May 21, 2010
09:35 AM
Use powershell script to install cert in whatever certificate store you want to. Powershell script can be invoked from a VB script custom action in InstallShield. Powershell scripting gives all types of parameters and options to install certs.
... View more
Jan 07, 2010
02:48 PM
Can you please elaborate your solution a bit. I am new to IS. My website has only one feature which installs both websites.
... View more
Jan 07, 2010
01:29 PM
Hi, I am creating a web application installer using Basic MSI project type in InstallShield 2010 Premier. I create two websites using Installshield's IIS view. Is there a way to turn on / turn off the creation of websites based on a command line parameter? i.e. I want the option to create or not create the website based on user selection. Is there a way to do this? Thanks, Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 30, 2009
04:16 PM
My understanding of your answer is: If I change the version number only (major/minor), same installer command will work fine. I don't need to change anything else e.g. Product code, package code, upgrade code? Naveed
... View more
Dec 30, 2009
10:07 AM
Currently I run my msi package through this .bat file command msiexec /qn+ /i "ISProduct.msi" The problem is when product is already installed, this command doesnt do anything. I want to prepare a bat file command that should Install or update product. '/i' switch only installs the product. Is there a switch that does both Install or update existing installation? Thanks Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 23, 2009
01:37 PM
Hi Rob, We got to the solution of renaming web.config by hit and trial. For some reason installer created on remote machine failed to install virtual directory and rolled back. We are using IS 2010 Premier and Windows Server 2008. However, If I remove or clear the web.config, then virtual directory is created successfully. Later on we replace the web.config with correct one. You know any proper fix for this work around?
... View more
Dec 23, 2009
12:27 PM
When I run the installer. I run it as "Run as administrator". But problem still exists. When I build installer on my machine, it runs fine. When I build installer on another machine which is XP, it doesn't run correctly on my machine. 14:45:21: CommitChanges failed with the following HRESULT: '-1072894420'. If I delete the web.config, and run installer then installation is successful and website is create with a new default website. So error somewhat relates to web.config.
... View more
Dec 23, 2009
11:20 AM
I am facing similar problem. You got any solutions for yours?
... View more
Dec 23, 2009
11:08 AM
Not solved exactly but I have few more observations. This issue surfaces if MSI package is built on XP system and then run on windows server 2008. Some how, this installer doesnt have required access level to write IIS settings.If I remove web.config from setup package, it installs fine. Installer creates a default web.config file. Some access/permissions issue. If you get any help, please do share the solution. Naveed
... View more
Dec 22, 2009
02:38 PM
I have a web installer that build and runs successfully with InstallShield build exe i.e. "C:\Program Files\InstallShield\2010\System\ISCmdBld.exe" However, when I build the installer using InstallShield 2010 Stand Alone Build, "C:\Program Files\InstallShield\2010 StandaloneBuild\System\ISCmdBld.exe" It builds installer fine. But when I run the installer, it fails to create website and application pool on IIS-7 on Windows Server 2008. Please help with any fix. Log file shows: Setting property 'accessPolicy' to value 'Script, Read' for element 'system.webServer/handlers'. Old value: '513'. m_sSectionName : 'system.webServer/handlers'. InstallShield 14:45:21: getvaluelog InstallShield 14:45:21: put_value succeeded. get_StringValue now returns '0' with string value 'Read, Script'. InstallShield 14:45:21: CommitChanges for path 'MACHINE/WEBROOT/APPHOST/Default Web Site/ImageServerWeb' and physical path 'C:\L1\Production\IS\Web\'. InstallShield 14:45:21: CommitChanges failed with the following HRESULT: '-1072894420'. Thanks, Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 22, 2009
11:22 AM
Hi Lurean Thanks for the answer. I am a new user. I couldn't find the setting you specified in your answer. "post-build tab of the releases view" How can I locate this setting in Basic MSI project? Thanks Naveed
... View more
Dec 22, 2009
09:54 AM
Currently when I build my InstallShield 2010, Basic MSI project, the MSI Package and related files are placed in: Installer\Default Configuration\Debug\DiskImages\Disk1\........ How Can I modifiy it so that Msi package is directly placed in: Installer\........ Please help. Thanks Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 17, 2009
04:17 PM
Basic MSI, IS2010 I want to rename some of the Path variables in my project. How to find and update all the references of these? e.g. In which table of Direct Editor I need to update? Any other place that need to be updated? Thanks, Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 17, 2009
03:40 PM
I am creating a basic MSI installer using InstallShield 2010. In certain situations, I need to quit/abort installation from within vbscript custom actions. How can I do that. Please help. Thanks, Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 17, 2009
09:22 AM
For built in installer events, log file entries only show time with each entry. e.g. Action start 10:00:32: FindRelatedProducts. Action ended 10:00:32: FindRelatedProducts. Return value 0. How can I modify it so that it also shows date and time in each log entry? e.g. Action start "12/16/2009" 10:00:32: FindRelatedProducts. Action ended "12/16/2009" 10:00:32: FindRelatedProducts. Return value 0. Thanks Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Latest posts by Naveed
Subject | Views | Posted |
---|---|---|
3553 | May 21, 2010 09:35 AM | |
721 | Jan 07, 2010 02:48 PM | |
2394 | Jan 07, 2010 01:29 PM | |
1000 | Dec 30, 2009 04:16 PM | |
2640 | Dec 30, 2009 10:07 AM | |
1775 | Dec 23, 2009 01:37 PM | |
1155 | Dec 23, 2009 12:27 PM | |
1303 | Dec 23, 2009 11:20 AM | |
1155 | Dec 23, 2009 11:08 AM | |
5782 | 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