Oct 29, 2009
10:11 AM
Custom Action 1 must only be called on install --> set condition NOT Installed Custom Action 2 must only be called on Uninstall --> set condition REMOVE = "ALL"
... View more
Oct 28, 2009
12:56 PM
I am looking for the similar info? Did you get any material Daniel? Naveed
... View more
Oct 28, 2009
09:54 AM
Here is the difficulty. My client wants file based parameters even in case of double click launch of MSI package 😞 Is there a way out? I also tried using properties as well. Doesn't property values persist? I changed a property value on Install. But when I tried UnInstall, the modified property value was not persisted? If they don't persist even setting properties from command line wont work!
... View more
Oct 28, 2009
09:45 AM
Yes. I am looking for Directory where my MSI package resides i.e. SetupExeDir I have tried getting value if "INSTALLDIR" it gives me "System32" folder, which is the location of Windows Installer exe.
... View more
Oct 27, 2009
02:31 PM
Thanks for reply. It generates log file when running from MSI is run from InstallShield IDE or through command prompt. It doesn't generate log file when run by double clicking the msi package? Any way, I can create log file for MSI execution by running it directly? Thanks
... View more
Oct 27, 2009
12:49 PM
How to get path of Installation directory. e.g. I double clicked the msi packafe in a directory, msi package is launched. How and at what event I can get current directoy where msi package is placed? During installation, I need current directory path for use in a vbs custom action. Thanks Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 27, 2009
12:42 PM
Thanks cbragg. You have provided valuable info. Public properties are the best solution if I want to invoke installer through command prompt/shell. What do you suggest for invoking the msi by double clicking it? How should I supply parameters if I am running the package directly by double-clicking it?
... View more
Oct 27, 2009
10:46 AM
All the 10 properties be can be defaulted. But how will user update it then? If we want to run it in silent mode. So if we don't want any dialogs, only option is file.
... View more
Oct 27, 2009
09:18 AM
Thanks cbragg for your reply. It solves the problem to some extent. Isn't it possible that we keep some of our stuff outside MSI package. e.g. When we install visual studio from MSI file, a lot of resource files are out the msi package in the folder where msi file is present. when msi runs, it reads/installs the files onto target. I was thinking of something like this. Folder where .msi Setup is present it contains few files, configuration, user changes the settings in file and then launches setup.
... View more
Oct 26, 2009
04:22 PM
I want to create a log file for installation steps. I have some custom written scripts as well in VBS custom actions. I want to create a log file in temp directory that logs built in installshield steps as well my custom script steps in a file. I also want to show a link to this newly created log file at end of installer e.g. view log file. log file format: Step 1 completed successfully. Step 2 completed successfully. Please help how I can do it? I am using InstallShield 2010 Premier Edition. Thanks. Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 26, 2009
03:15 PM
you are right. Public properties are an option. However, I want a configuration file because there are 10+ parameters required for installer. User can easily change/edit parameters in file.It will he harder to do from command line. Here is what I wanna do. I want to set the public properties from the values given in configuration file. Any idea how I can accomplish such solution? Thanks Naveed
... View more
Oct 23, 2009
02:03 PM
I want a configuration file to control the installation behaviour like an answer file. e.g. Setup creates a domain account in vbs custom action as part of installer. I want to read the domain account name & password from configuration file.
... View more
Oct 23, 2009
09:44 AM
Is there a way I can keep the certificates out of MSI package? When InstallShield creates an MSI package, it places the certificates in that release folder. When Installer is run, it picks up the certificates for current directory and installs them. How can I do this in InstallShield 2010? Thanks Naveed
... View more
Oct 23, 2009
09:20 AM
I want to include a configuration file with InstallShield MSI installer. Custom actions in Basic MSI Setup will read configurations from that file. How can I include a file which is not embedded in MSI package; but is installed as a separate file in package. e.g. Release Folder contains both MSI Setup and a config file. User double clicks MSI package to run installer. installer then reads config information from the configuration file. How can I accomplish this using InstallShield 2010? Thanks in advance. Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 23, 2009
09:13 AM
Yes. Please post a workaround/ solution. I just need to get it done by any way. Thanks. Naveed
... View more
- « Previous
- Next »
Latest posts by Naveed
Subject | Views | Posted |
---|---|---|
3479 | May 21, 2010 09:35 AM | |
716 | Jan 07, 2010 02:48 PM | |
2389 | Jan 07, 2010 01:29 PM | |
996 | Dec 30, 2009 04:16 PM | |
2636 | Dec 30, 2009 10:07 AM | |
1750 | Dec 23, 2009 01:37 PM | |
1150 | Dec 23, 2009 12:27 PM | |
1291 | Dec 23, 2009 11:20 AM | |
1150 | Dec 23, 2009 11:08 AM | |
5777 | Dec 22, 2009 02:38 PM |
Activity Feed
- Posted Re: Installing Certificates (.pfx, .cer) as part of Installer on InstallShield Forum. May 21, 2010 09:35 AM
- Posted Re: How to enable/disable creation of Website / Virtual Directory on InstallShield Forum. Jan 07, 2010 02:48 PM
- Posted How to enable/disable creation of Website / Virtual Directory on InstallShield Forum. Jan 07, 2010 01:29 PM
- Posted Re: How to run Install or update together through bat file on InstallShield Forum. Dec 30, 2009 04:16 PM
- Posted How to run Install or update together through bat file on InstallShield Forum. Dec 30, 2009 10:07 AM
- Posted Re: IIS issues on Vista (Default document and App pool) on InstallShield Forum. Dec 23, 2009 01:37 PM
- Posted Re: Error in building installer with InstallShield 2010 Stand Alone Build on InstallShield Forum. Dec 23, 2009 12:27 PM
- Posted Re: Can not create virtual directory if there is custom error page defined on InstallShield Forum. Dec 23, 2009 11:20 AM
- Posted Re: Error in building installer with InstallShield 2010 Stand Alone Build on InstallShield Forum. Dec 23, 2009 11:08 AM
- Posted Error in building installer with InstallShield 2010 Stand Alone Build on InstallShield Forum. Dec 22, 2009 02:38 PM
- Posted Re: How to change Location of MSI package (release folder) on InstallShield Forum. Dec 22, 2009 11:22 AM
- Posted How to change Location of MSI package (release folder) on InstallShield Forum. Dec 22, 2009 09:54 AM
- Posted How to rename Path Variable? on InstallShield Forum. Dec 17, 2009 04:17 PM
- Posted How to quit installer setup at any stage. on InstallShield Forum. Dec 17, 2009 03:40 PM
- Posted How to show date with log entries in installer log file. on InstallShield Forum. Dec 17, 2009 09:22 AM
- Posted Re: Can Virtual Directory name be different from the Folder name in Physical Path? on InstallShield Forum. Nov 23, 2009 05:32 PM
- Posted Can Virtual Directory name be different from the Folder name in Physical Path? on InstallShield Forum. Nov 23, 2009 05:05 PM
- Posted Re: Creating a Virtual Dirctory with the correct Folder structure, HOW??? on InstallShield Forum. Nov 23, 2009 04:48 PM
- Posted Re: Problem in building project using ISCmdBld.exe on InstallShield Forum. Nov 23, 2009 01:21 PM
- Posted Problem in building project using ISCmdBld.exe on InstallShield Forum. Nov 20, 2009 04:15 PM