Oct 20, 2008
09:14 AM
It's "NOT Installed" with a capital I as a condition. Have you logged your installation? also your custom action types are wrong - they should both be "Path referencing a directory" I strongly recommend doing some more learning on Custom Actions. Even the build-in help is good.
... View more
Oct 20, 2008
08:18 AM
I see. If you use "Path referencing a directory" as your EXE type custom action you will need two custom actions for this: - one that you call during Install (set condition NOT Installed) with the -s parameter before "After InstallFinalize" - one that you call during Uninstall (set condition REMOVE="ALL") with the -u parameter anywhere between "After InstallValidate" and "After RemoveFiles" There are a few ways to Install a virtual printer through scripts - just google for it. If you still want to use your "install exe" method I would recommend using the "Stored in Binary table" custom action type. In this way you don't have to install the "install exe" file with your MSI.
... View more
Oct 20, 2008
06:41 AM
There is a way to pupulate the combo box with the values from your XML files. The following article will show you how to access the database at run time: www.acresso.com/webdocuments/PDF/msiaccess.pdf. basically you need to create a VBscript to read the attribute values of your elements into an array and then put each item into the ComboBox table.
... View more
Oct 20, 2008
06:24 AM
tell us a bit more: - what kind of project is it? - what do you need to accomplish with the custom action? - when do you sequence it?
... View more
Oct 17, 2008
06:15 AM
the user profile is set by setAllUsersProfile2K or SetAllUsersProfileNT, custom actions that run in the UI sequence.
... View more
Oct 16, 2008
09:48 AM
you need to create an Autorun.inf file and place it on the root of the CD. this article will explain you how to create the Autorun.inf file: http://support.microsoft.com/kb/818804
... View more
Oct 16, 2008
03:52 AM
you can use MSIUSEREALADMINDETECTION to check if the user has administrative rights. http://msdn.microsoft.com/en-us/library/aa816403(VS.85).aspx
... View more
Oct 16, 2008
03:46 AM
why don't you set your INSTALLDIR depending on conditions? use a "Set Directory" custom action.
... View more
Oct 15, 2008
03:51 AM
In General Information you set the "ProductVersion" property of the MSI. Setup.exe is nothing but a bootstrapper that launches your installation with prerequisites, properties, etc. To change the File Version of the Setup.exe you need to open it with Visual Studio and navigate to Version node. Peter
... View more
Oct 14, 2008
11:05 AM
First you need to decide which is the best place to store your user data depending wether is shared among other users or just for the current user. This document will tell you more about that: http://sharepoint.microsoft.com/innovateon/vistadeveloper/Developer%20Documents/UAC%20Development%20Requirements.doc Then you can make use of FOLDER_LOCAL_APPDATA or FOLDER_COMMON_APPDATA special folders. Peter
... View more
Oct 14, 2008
10:48 AM
Go to your dialog under Dialogs/All Dialogs, create your edit box, associate the desired property and give it a significant name. Then go to Behavior, slect your edit box and click on the Conditions tab; create an Enable action and a Disable action and assign the desired conditions for them. This will Enable / Disable your edit box based on your conditions. PS: you can take as example the Next button on the LicenseAgreement dialog.
... View more
Oct 09, 2008
03:39 AM
try this: mt.exe -manifest "setup.exe.manifest" -outputresource:"setup.exe;#1"
... View more
Sep 30, 2008
11:24 AM
this is a good place to start from: http://msdn.microsoft.com/en-us/magazine/cc163899.aspx
... View more
Sep 30, 2008
11:05 AM
You mean like in the installer for SQL Server Express? That's a bootstrapper created with Visual Studio.
... View more
Latest posts by thepeter
Subject | Views | Posted |
---|---|---|
732 | Mar 03, 2009 03:43 AM | |
863 | Feb 24, 2009 03:40 AM | |
783 | Feb 23, 2009 02:43 AM | |
1263 | Feb 20, 2009 02:37 AM | |
1263 | Feb 17, 2009 02:52 AM | |
457 | Feb 04, 2009 04:05 AM | |
1567 | Jan 26, 2009 08:33 AM | |
1567 | Jan 26, 2009 07:22 AM | |
900 | Jan 06, 2009 03:41 AM | |
1709 | Dec 22, 2008 10:24 AM |
Activity Feed
- Posted Re: Permisson Lock settings on InstallShield Forum. Mar 03, 2009 03:43 AM
- Posted Re: Rebrand Installer on InstallAnywhere Forum. Feb 24, 2009 03:40 AM
- Posted Re: Having problem with update on InstallShield Forum. Feb 23, 2009 02:43 AM
- Posted Re: Giving permission for "Everyone" in non-english OSes on InstallShield Forum. Feb 20, 2009 02:37 AM
- Posted Re: Giving permission for "Everyone" in non-english OSes on InstallShield Forum. Feb 17, 2009 02:52 AM
- Posted Re: Windows Vista Validation on InstallShield Forum. Feb 04, 2009 04:05 AM
- Posted Re: Deploy .NET Framework 3.5 on InstallShield Forum. Jan 26, 2009 08:33 AM
- Posted Re: Deploy .NET Framework 3.5 on InstallShield Forum. Jan 26, 2009 07:22 AM
- Posted Re: uninstall command line syntax for multiple msi productguids at the same time on AdminStudio Forum. Jan 06, 2009 03:41 AM
- Posted Re: Setup /a does not digitally sign msi file on InstallShield Forum. Dec 22, 2008 10:24 AM
- Posted machine policy on InstallShield Forum. Dec 19, 2008 09:30 AM
- Posted Re: Start Single Setup Executable with parameters on InstallShield Forum. Dec 10, 2008 08:40 AM
- Posted Re: Keyfiles not removed during Uninstall on InstallShield Forum. Dec 01, 2008 05:46 AM
- Posted Re: To install the same product multiple times in different folders on InstallShield Forum. Nov 18, 2008 02:28 AM
- Posted Re: GetDllVersion on InstallShield Forum. Nov 17, 2008 06:36 AM
- Posted Re: Creating .MSI problem. on InstallShield Forum. Nov 12, 2008 06:26 AM
- Posted Re: Creating .MSI problem. on InstallShield Forum. Nov 12, 2008 03:54 AM
- Posted Re: Chained MSI appears behind IS Install Dialog on InstallShield Forum. Nov 12, 2008 02:58 AM
- Posted Re: How to Solve blocked program issue when UAC ON? on InstallShield Forum. Nov 11, 2008 05:49 AM
- Posted Re: Change setup.exe icon and text. on InstallShield Forum. Nov 10, 2008 10:29 AM