Search found 328 matches

by Gizm0
Sat Sep 22, 2007 5:57 am
Forum: Technical Support
Topic: Cannot run the program after FInish
Replies: 5
Views: 6296

Is it a .net application? Is the path set correctly? What does the -t parameter? Is it a protected/packaged application?
by Gizm0
Fri Sep 21, 2007 4:34 am
Forum: Technical Support
Topic: Trial Download not working???
Replies: 1
Views: 3490

Trial download works fine. If you provide your email at the download process you'll receive the package password.

What crashes did you had?Maybe its a hardware failure?
by Gizm0
Thu Sep 20, 2007 8:17 am
Forum: Technical Support
Topic: Pre-Install Hardlock Dongle
Replies: 4
Views: 6428

You can add your .dll as a SupportFile and call it like $SUPPORTDIR$\\my.dll etc. .You can do the same thing with an .exe wrapper.
by Gizm0
Thu Sep 20, 2007 6:09 am
Forum: Technical Support
Topic: Pre-Install Hardlock Dongle
Replies: 4
Views: 6428

IF there is a .Dll wrapper you can call to read the Dongle or any other way to read it through Win32 API, then yes, it's possible.
by Gizm0
Wed Sep 19, 2007 11:17 am
Forum: Technical Support
Topic: Set Environment variable doesn't take effect during install
Replies: 1
Views: 3744

Run a .bat file that does the job for you.
by Gizm0
Wed Sep 19, 2007 8:46 am
Forum: Technical Support
Topic: passwords in msi on unattended installations
Replies: 2
Views: 4248

Hi,

Please explain a little more.. Do you want to create an MSI that has different passwords and according to the passwords, install different files?

You want an msi that has password authentication just to allow people to install your software ?

Give us some more info to help you out.
by Gizm0
Tue Sep 18, 2007 7:02 pm
Forum: Technical Support
Topic: Error Message \"Invalid Drive h:/\" while uninstalling
Replies: 4
Views: 6633

sdeschenes wrote:Since I distribute my product on CD/DVD, does this mean that my customers would require the CD/DVD to uninstall my product?


To uninstall no, to make a maintenance install (fix/repair) yes.
by Gizm0
Mon Sep 17, 2007 6:05 pm
Forum: Technical Support
Topic: MSI Script Run Program
Replies: 2
Views: 5100

You just drag and drop the commands you want from the menus of the left of the editor OR you just start typing the command and the MSICode editor auto-completes your command for you.
by Gizm0
Mon Sep 17, 2007 6:01 pm
Forum: Technical Support
Topic: MS requires registration to redistribute SQL Express?
Replies: 3
Views: 4683

Thanks for the reply; I'll start that ball rolling. In the mean time, can I get an "official" response from IA on this? Perhaps a link to a FAQ or statement regarding SQL registration? Thanks! Keith Hehe, trust me, my opinion/word is as official as an InstallAware's representative on issu...
by Gizm0
Sat Sep 15, 2007 4:12 pm
Forum: Technical Support
Topic: MS requires registration to redistribute SQL Express?
Replies: 3
Views: 4683

You have to register at Microsoft to be legal.
by Gizm0
Wed Sep 12, 2007 6:37 pm
Forum: Technical Support
Topic: Error Message \"Invalid Drive h:/\" while uninstalling
Replies: 4
Views: 6633

If it an Uncompressed Layout installation, you can't do nothing more than copy the files on your local hard drive first and run the installation later. Otherwise you can create a Single Installation File, which caches the necessary files on the local hard drive. If you use a Single File you won't ge...
by Gizm0
Wed Sep 12, 2007 10:52 am
Forum: Technical Support
Topic: Hardware detection
Replies: 7
Views: 7625

Generate a variable of GUID type?
by Gizm0
Wed Sep 12, 2007 4:47 am
Forum: Technical Support
Topic: Skip installing this file if it already exists
Replies: 3
Views: 6200

You can use "Check File" command, to check if the file exists, before executing the "Install File" command.
by Gizm0
Wed Sep 12, 2007 4:46 am
Forum: Technical Support
Topic: Hardware detection
Replies: 7
Views: 7625

Almost 100% of what you want to detect, is stored on Registry. Write a list of what you might need to detect and i'll see what the correct registry key to detect is, if one exists. You can easily do it yourself though, by using google and type eg "Windows Detect how much memory is available&quo...
by Gizm0
Tue Sep 11, 2007 3:01 pm
Forum: Non-Technical
Topic: How can I do a Minor Upgrade
Replies: 3
Views: 8755

It's the second. Using the automation object based on customer information. That's the way actually to have your own company info stamp on the About screen of the installer.

Go to advanced search