Feb 24, 2009
07:06 PM
please have a look at the file versions(if they are versioned) and file modified dates(if unversioned). Also refer to file versioning rules. Nevertheless also generate the debug verbose log. This will give idea about why files not getting overwritten. to generate verbose debug file, use /l*vx parameters.
... View more
Dec 23, 2008
01:44 PM
I would not suggest changing the UAC settings on a machine. Instead please use a prerequisite, which can properly prompt for elevated privileges, to install SQL Server.
... View more
Dec 01, 2008
07:36 AM
It sounds like the automatic upgrade item created a minor upgrade. The following help topics explain how to resolve this validator: Configuring Minor Upgrades to Remove Installed Data Val0001 However, you mentioned that you deleted some components in your project for the patch. A minor-upgrade patch cannot delete components, as shown in the following help topic: Major Upgrade vs. Minor Upgrade vs. Small Update Thus, if you want to delete components in an upgrade, you'd need to switch your automatic upgrade item in the Upgrades view to a major upgrade item: Converting Automatic Upgrades to Major or Minor Upgrades
... View more
Nov 21, 2008
05:09 AM
I'd use a type 51 (Set Property) custom action sequenced early enough in the sequence to assign [AppDataFolder] value as the value for [INSTALLDIR]. Just run this custom action in the case VersionNT is 600 (and to futureproof, set it to 600 or greater). This way also Windows Server 2008 will run the custom action, and this makes sense as Vista and Server 2008 are rather similar. However, if you want to run on Vista only, use also MsiNTProductType as a condition: http://msdn.microsoft.com/en-us/library/aa370329.aspx
... View more
Oct 31, 2008
07:33 AM
There are a few different reasons why a prompt for the original source .msi file may occur. I recommend reviewing the white paper that's mentioned in the following sticky for this community forum: http://community.acresso.com/showthread.php?t=183821 It may help you figure out what's wrong in your particular scenario.
... View more
Oct 21, 2008
01:52 PM
what files do you want to edit or update? can you make a simple example? the exact error message would also be helpful! Regards, Michael
... View more
Latest posts by ramakantk
Subject | Views | Posted |
---|---|---|
1470 | Feb 24, 2009 05:47 AM | |
1622 | Dec 23, 2008 12:18 AM | |
481 | Dec 01, 2008 03:25 AM | |
1373 | Dec 01, 2008 03:23 AM | |
1344 | Nov 24, 2008 05:33 AM | |
1507 | Nov 21, 2008 03:30 AM | |
1326 | Oct 30, 2008 08:20 AM | |
637 | Oct 21, 2008 06:56 AM | |
5659 | Oct 06, 2008 11:45 PM |
Activity Feed
- Posted problem while applying patch over patch. on InstallShield Forum. Feb 24, 2009 05:47 AM
- Posted Installation not continuing after restart.. on InstallShield Forum. Dec 23, 2008 12:18 AM
- Posted Re: Suppress execution of SQL scripts on InstallShield Forum. Dec 01, 2008 03:25 AM
- Posted Upgrade creation failed after removing some components on InstallShield Forum. Dec 01, 2008 03:23 AM
- Posted Suppress execution of SQL scripts on InstallShield Forum. Nov 24, 2008 05:33 AM
- Posted How to change INSTALLDIR depending upon operating system on InstallShield Forum. Nov 21, 2008 03:30 AM
- Posted Problem while installing patch on InstallShield Forum. Oct 30, 2008 08:20 AM
- Posted Re: Problem while installing on Vista on InstallShield Forum. Oct 21, 2008 06:56 AM
- Posted Problem while installing on Vista on InstallShield Forum. Oct 06, 2008 11:45 PM