Search found 150 matches

by ulrichard
Thu Jul 02, 2009 9:47 am
Forum: Technical Support
Topic: Install MSI
Replies: 2
Views: 3714

Install MSI

Hi everybody, I have a problem with installing an MSI package. First I put the msi for postgre into a filebag, and then I run the "Install/Remove MSI Package" command with the following arguments: package : $POSTGREFILES$postgresql-8.3-int.msi or $POSTGREFILES$\\postgresql-8.3-int.msi (sam...
by ulrichard
Wed May 06, 2009 9:38 am
Forum: Technical Support
Topic: BUILDMODE PATCH error
Replies: 6
Views: 5738

Hi Antoine, I'm not sure if I'm on the rigth track, as I don't really understand the problem you're describing. What exactly do you refer to by "BUILDMODE PATCH error"? When reading "BUILDMODE PATCH error" I would check again the compiler variable checks in the script. can you al...
by ulrichard
Wed May 06, 2009 6:19 am
Forum: Technical Support
Topic: How to add files after installtion
Replies: 10
Views: 7281

Actually, there is a whitepaper on patching. On http://www.installaware.com -> Support-> Publications -> WhitePapers -> Using InstallAware to Patch Software Products. To use patching, your script needs to be pretty stable (least amount of changes), that's why I did only some tests so far and am not ...
by ulrichard
Wed May 06, 2009 6:15 am
Forum: Technical Support
Topic: BUILDMODE PATCH error
Replies: 6
Views: 5738

Hi antoinebrunel, looks like the translation files are corrupt. If you compile the installer without localization (remove all the localization files from the project), does it work correctly? Can you compare the different language files with a diff viewer like examDiff or BeyondCompare to see if the...
by ulrichard
Mon May 04, 2009 2:43 am
Forum: Technical Support
Topic: How does IA determine if SQL Express is already installed?
Replies: 3
Views: 3752

Hi Steve,

check the script "checksql2005" that was automatically added to your project.
The first line checks if a windows service by a given name is installed. I guess, it does this with the windows service API without directly reading the registry.

Rgds
Richard
by ulrichard
Thu Mar 12, 2009 7:53 am
Forum: Technical Support
Topic: Best way to pass parameters to DLL, EXE which need quotes
Replies: 10
Views: 11601

It also worked correctly on my machine: Write into Text File show.bat from Value echo %1$NEWLINE$pause (at end of file) Set Variable TARGETDIR to C:\\program files\\install aware Run Program show.bat "$TARGETDIR$" (WAIT) shows in the commandline as "C:\\program files\\...
by ulrichard
Thu Mar 12, 2009 7:41 am
Forum: Technical Support
Topic: Double Backslash problem
Replies: 2
Views: 3545

The command "Extract Path" in the scripting section has an option to "replace \\\\ with \\"

That should fix your problem.

(Too bad we can't use boost::filesystem in msi script ;-)

Rgds
Richard
by ulrichard
Thu Mar 12, 2009 7:34 am
Forum: Technical Support
Topic: Many compiler variables (rebrand of a product)
Replies: 9
Views: 7405

Hi Erik, I don't think compiler variables can be set from the script. Are you sure the commandline is too short to set all your options? If it works over the commandline, you can use batch files to build certain configurations, or even better a build tool like FinalBuilder. If the commandline is ind...
by ulrichard
Thu Mar 05, 2009 3:43 am
Forum: Technical Support
Topic: Shortcuts sequence
Replies: 5
Views: 4364

Can you switch to the code view and have a look, or are you using the express edition?

There's an img tag in your post. Did you post a printscreen? If so, please retry, as I don't see the image.

Rgds
Richard
by ulrichard
Thu Mar 05, 2009 3:25 am
Forum: Technical Support
Topic: Shortcuts sequence
Replies: 5
Views: 4364

Hi d.g how exactly did you create the shortcuts? I create multiple shortcuts one after one like this: Create Shortcut $SHORTCUTFOLDER$\\Uninstall PointLine2D to $UNINSTALLLINK$ Create Shortcut $SHORTCUTFOLDER$\\PointLine2D to $TARGETDIR$\\bin\\PointLine2D.exe Create Shortcut $DESKTOPDIR$\\PointLine2...
by ulrichard
Thu Feb 26, 2009 8:09 am
Forum: Technical Support
Topic: Creating a folder on destination dialog
Replies: 3
Views: 3674

ups, sorry that was the answer to another question in another thread.

Rgds
Richard
by ulrichard
Thu Feb 26, 2009 7:59 am
Forum: Technical Support
Topic: Redirection and Pipe
Replies: 3
Views: 3495

Hi fsloredo,

you can also first write to a textfile (*.bat) what you want to do, and then execute the batch.

Rgds
Richard
by ulrichard
Mon Feb 23, 2009 2:41 am
Forum: Technical Support
Topic: Strange issue with consecutive builds
Replies: 1
Views: 2886

Hi Eugen,

sounds like you didn't generate a new revision code GUID for revision 5?

Rgds
Richard
by ulrichard
Thu Feb 19, 2009 2:44 am
Forum: Technical Support
Topic: DeskTop short cuts inside a folder
Replies: 1
Views: 2572

hi Gerard,

is it possible, that one of the two folders is for all users and the other is for the specific user?

Rgds
Richard
by ulrichard
Thu Feb 19, 2009 2:39 am
Forum: Technical Support
Topic: Creating a folder on destination dialog
Replies: 3
Views: 3674

Hi danj6, it took me three attempts to get a solution that is also localized correctly. so here it is: Set Variable ServicePathName to Service Create Shortcut $SHORTCUTFOLDER$\\$ServicePathName$\\Uninstall PointLine2D to $UNINSTALLLINK$ where link location is "$SHORTCUTFOLDER$\\$ServicePathName...

Go to advanced search