Search found 15 matches

by andrereg
Tue Dec 12, 2006 12:24 pm
Forum: Technical Support
Topic: Closing text file
Replies: 9
Views: 10501

I would keep the label and the goto statement outside of the include script. That way you can process the bulk of the task within the include script, and loop the actual task outside of it. Might that help? No -- The *whole* of my task *is* the reading and parsing of the file. (which necessitates t...
by andrereg
Fri Dec 08, 2006 5:20 pm
Forum: Technical Support
Topic: Dialog Object Rules
Replies: 13
Views: 14975

Thanks for the reply;

I did put in $LICENSE$ in for Memo.Lines, assigned a value to it with "Set Variable" (just to be sure it wasn't blank) and tested it.

The Memo component loads the pre-populated value just fine.

thanks for your quick reply -- we really enjoy using InstallAware!
by andrereg
Fri Dec 08, 2006 5:09 pm
Forum: Technical Support
Topic: Closing text file
Replies: 9
Views: 10501

Not clear on this one here...are you including the same script multiple times? I don't see why using this from an include script would be a problem. Yes, i was wanting to use "Include Script" multiple times -- that is specifically what causes the problem. For now, I can workaround the iss...
by andrereg
Fri Dec 08, 2006 4:52 pm
Forum: Technical Support
Topic: Dialog Object Rules
Replies: 13
Views: 14975

Clarification:

I am already using the *write* capability of the "Memo" component to write to a variable. My question specifically is about a need to *read* from a variable into a Memo component.

thanks!
by andrereg
Fri Dec 08, 2006 4:09 pm
Forum: Technical Support
Topic: Dialog Object Rules
Replies: 13
Views: 14975

Another quick question about "Memo" vs "Edit" control. with "Edit" control, i can set it to write its result to a property "LICENSE" and set "[Written Variable Value]" in the Object Behavior dialog (under "Receives Information") so that it ...
by andrereg
Fri Dec 08, 2006 2:00 pm
Forum: Technical Support
Topic: Closing text file
Replies: 9
Views: 10501

Read From Text File - Label issue

Can you clarify what you are referring to by "reading from invalid file option"? Is this a built-in command or a plugin i can download from somewhere? I also have a problem with the "Read From Text File" command--I use it as follows to "Refresh" the list of databases av...
by andrereg
Thu Nov 02, 2006 11:01 am
Forum: Technical Support
Topic: Dialog Object Rules
Replies: 13
Views: 14975

In the Dialog "Object Rules" editor, the Memo component doesn't have a "text" property. Perhaps this is part of a new version that i don't have yet? Both my Memo and my PTShellList write to a property, so i can check whether the user populates them and show the dialog again. I wa...
by andrereg
Thu Nov 02, 2006 10:53 am
Forum: Technical Support
Topic: Run Program As - Environment parameter questions
Replies: 13
Views: 20513

I installed the latest version (IA 6.0.6 SP3) and verified the bug fix to Run Program As.
Thanks so much for the help! :)
by andrereg
Thu Nov 02, 2006 10:50 am
Forum: Non-Technical
Topic: Get / Set IIS Property at W3VC and W3SVC/AppPools levels
Replies: 4
Views: 10620

<cmd.exe piping> The reason piping was not working for me was that there was a bug in the "Run Program As" command that caused it to have a near-empty set of environment variables such that the "echo" command was not found. See http://forums.installaware.com/viewtopic.php?t=1283 ...
by andrereg
Wed Nov 01, 2006 11:00 am
Forum: Technical Support
Topic: File Bag Permissions issue
Replies: 3
Views: 5079

Thanks for the help! at first i didn't realize that the account running the SQL Service (which was not an administrator) was the one who had to have access to the backup file, NOT the logged-in account, which was running OSQL. your suggestion took care of the problem easily. thanks again, drew
by andrereg
Tue Oct 31, 2006 11:16 am
Forum: Technical Support
Topic: Dialog Object Rules
Replies: 13
Views: 14975

Hi, <Memo> continuing on this topic, i need to enable the next button based on whether someone has pasted in a license (which might contain line breaks) into a Memo component. Using the following rule does not seem to work: IF (MemoLicense.Lines <> ) THEN Next.Enabled := True; Is there a property ot...
by andrereg
Mon Oct 30, 2006 5:27 pm
Forum: Technical Support
Topic: File Bag Permissions issue
Replies: 3
Views: 5079

File Bag Permissions issue

I am having a problem accessing a file i have included via "File Bag" during a "Run Program" call. The program i am trying to run is OSQL (MS SQL Server). Msg 3201, Level 16, State 2, Server SERVER, Line 1 Cannot open backup device 'C:\\DOCUME~1\\MyUserAccount\\LOCALS~1\\Temp\\mi...
by andrereg
Wed Oct 25, 2006 11:37 am
Forum: Technical Support
Topic: Run Program As - Environment parameter questions
Replies: 13
Views: 20513

\"Run Program As\" VS \"Run Program\"

To help clear things up, "Run Program" starts with the same set of environment variables as you would have if you opened a command shell on the machine. "Run Program As" does not. This seems to make sense anyway as you might want to carefully control all available environment var...
by andrereg
Wed Oct 25, 2006 9:07 am
Forum: Non-Technical
Topic: Get / Set IIS Property at W3VC and W3SVC/AppPools levels
Replies: 4
Views: 10620

Hi Candice, thanks so much for your reply. <cmd.exe piping> It seems like this suggestion ought to work; however it still doesn't pipe the output correctly. Sample call from a command shell: cmd /C echo "Hello World" > %TEMP%\\file.log Sample converted into an InstallAware "Run Progra...
by andrereg
Tue Oct 24, 2006 4:11 pm
Forum: Non-Technical
Topic: Get / Set IIS Property at W3VC and W3SVC/AppPools levels
Replies: 4
Views: 10620

Get / Set IIS Property at W3VC and W3SVC/AppPools levels

Hi, We are doing a proof-of-concept installation package using a trial version (InstallAware 6.0) to make sure the software can do everything we need before purchasing it. As part of our install, I need to do two things: 1. READ the value of IIS metabase property at W3SVC/IIs5IsolationModeEnabled As...

Go to advanced search