Search found 150 matches

by ulrichard
Tue Jan 13, 2009 4:48 am
Forum: Technical Support
Topic: Apply upgrade installation and not removing the previous one
Replies: 2
Views: 3381

Hi samira, upgrades are not supported by default. That means, that you have to do it all yourself in the script. I write some persistent registry strings with the user's choices (TARGETDIR and the like) on the first install. And mark some files as "never uninstall" and "don't overwrit...
by ulrichard
Wed Jan 07, 2009 2:49 am
Forum: Technical Support
Topic: MS SQL script - how to check the error messsage?
Replies: 5
Views: 4694

I would also be interested in that feature. It would make debugging a lot easier.

Rgds
Richard
by ulrichard
Wed Jan 07, 2009 2:48 am
Forum: Technical Support
Topic: \"Removing Applications\"
Replies: 7
Views: 6986

Hi Steve,

that's really simple.
- Open the progress dialog in the dialog designer.
- Doubleclick on the ProgressText
- switch to the Object Rules tab
- Add the rule as described in the post.

Rgds
Richard
by ulrichard
Fri Jan 02, 2009 2:41 am
Forum: Technical Support
Topic: How to run InstallAware 8 without UAC prompt under Vista
Replies: 1
Views: 3149

Hi pqbob,

thanks for the information. Begrudingly, there are also some problems with "linked connections":
http://www.installaware.com/forums/viewtopic.php?t=4110

Rgds
Richard
by ulrichard
Mon Dec 29, 2008 4:53 am
Forum: Technical Support
Topic: resume blocked by Vista
Replies: 0
Views: 3721

resume blocked by Vista

When performing an upgrade, the WindowsInstaller decides that the computer needs a reboot after the uninstall of the old version. The command "Reboot Computer and Resume Setup" works well but on Vista, the resume is blocked, and the user is only notified with a small message bubble in the ...
by ulrichard
Mon Dec 22, 2008 10:23 am
Forum: Technical Support
Topic: Uninstall problem single-exe
Replies: 2
Views: 3583

Hi alexander, I 'm pretty sure it's possible to uninstall a single exe installer without the original package. When I first played with InstallAware, I disabled the maintenance dialog because I thought I don't need maintenance mode. But the script behind didn't reflect my thinking... As a result, th...
by ulrichard
Mon Dec 22, 2008 2:41 am
Forum: Technical Support
Topic: Two instances are seen running int ask manager when i execut
Replies: 1
Views: 3072

Hi sherry, As far as I know, that happens with web- or single executable builds. The first one is a bootstrapper that unpacks the installer files, and the second process executes the installation. If you do an uncompressed build, you 'll get only one process with the name of your setup, but still an...
by ulrichard
Mon Dec 22, 2008 2:40 am
Forum: Technical Support
Topic: Retrieve IP Address
Replies: 1
Views: 3689

Hi danj6,

A computer can have multible IP adresses.
I don't think there is a command in InstallAware to get them.
You would have to write a dll and call it from the Installer Script.
You 'll find an example at :
http://tangentsoft.net/wskfaq/examples/ipaddr.html

Rgds
Richard
by ulrichard
Thu Dec 18, 2008 10:49 am
Forum: Technical Support
Topic: Billboard display time
Replies: 6
Views: 5287

Hi Jupiter,

you could call the dll function Sleep in kernel32.dll.

Rgds
Richard
by ulrichard
Thu Dec 18, 2008 7:16 am
Forum: Technical Support
Topic: Paths to runtime
Replies: 7
Views: 6654

Hi smndk, >Which InstallAware program folder do you refer to? How many InstallAware program folders do you have? You mentioned a file C:\\Program Files (x86)\\InstallAware\\InstallAware 8\\runtimes\\checkvc8.mia" in your first post. Compare that to the checkvc8.mia in your project folder. Rgds ...
by ulrichard
Thu Dec 18, 2008 2:27 am
Forum: Technical Support
Topic: Specifying setup types
Replies: 1
Views: 2712

Hi Ian, assuming your setup is based on the "Basic Setup" template. Comment: TO-DO: Customize your minimum setup here if Variable MINIMUM Equals TRUE Deselect Component: Salesman else if Variable COMPLETE Equals TRUE Select Component: Salesman end end Comment: Install/Re-Install product Ge...
by ulrichard
Thu Dec 18, 2008 2:23 am
Forum: Technical Support
Topic: Paths to runtime
Replies: 7
Views: 6654

diff

Hi smndk,

if you do a diff between your local files and the ones in the InstallAware program folder, do you see a significant difference?
www.examdiff.com
www.scootersoftware.com

Rgds
Richard
by ulrichard
Thu Dec 18, 2008 2:16 am
Forum: Technical Support
Topic: Strange window at start
Replies: 2
Views: 3280

Hi mathieu, Is your install localized? try the following: - copy the line with the messagebox in question to the clipboard - paste it below - delete the original line If that helps, something must be wrong in your translation files. When you build your installer, you have three choices: - CD or DVD ...
by ulrichard
Thu Dec 18, 2008 2:07 am
Forum: Technical Support
Topic: setup.exe return value
Replies: 2
Views: 3435

Hi Jsmith,

did you use the "Terminate with Exit Code " command?

Rgds
Richard

Go to advanced search