Nov 23, 2009
05:32 PM
If I map "Virtual Directory ->Content Source Path" to a different folder not in IISROOTFOLDER e.g. I map it to ProgramFilesFolder/InstallDir folder. Will this solve the problem? Is there any other way to create a vitual directory for a folder that is not in IISROOTFOLDER? Thanks. naveed
... View more
Nov 23, 2009
05:05 PM
Please view the attached IIS website view of my project in Installshield 2010, Basic MSI. As you can see, WebSite->ApplicationName and Virtual Directory ->Content Source Path have been highlighted in red. If both these names are same, IIS website is installed correctly. However, if folder name given in Content Source Path is different from Application Name e.g. folder name is changed from "ImageServer" to "ImageServer2", Installer works incorrectly. In this case, it creates an additional virtual directory with the name "ImageServer2". So, now target system has two entries, a website with name of "ImageServer" and a Virtual Directory with name of "Image Server2" Please help me with this problem? In my view, physical path & virtual directory name should be independent. Is it a bug? Thanks. Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 23, 2009
04:48 PM
I am facing similar problem. The limitation is that Application Name (in IS2010) should be same as the name of folder of physical path. e.g. "MyApplication" should be name of folder if name of application (VDir) is "MyApplication". If its not, InstallShield creates another additional vitual directory in target IIS? Any solution? Naveed
... View more
Nov 23, 2009
01:21 PM
Thanks Alpesh, Detailed log with /v helped. The problem was that .ism file was already open with Visual Studio 2008. I closed the all programs that were using .ism file and then ran the IsCmdBuild.exe; it worked. Yahoo 🙂 Thanks. Naveed
... View more
Nov 20, 2009
04:15 PM
I am trying to build Basic MSI project using this bat file: "C:\Program Files\InstallShield\2010\System\ISCmdBld.exe" -p "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstaller.ism" -l PATH_TO_IMAGESERVERPAGE_FI="C:\Perforce\products\Server\Installer\Tinderbox Builds\20091028_GA_ImageServer_1.6.102226\Build\ImageServerPageOverrides" -e Y -b "c:\" This bat file runs successfully if I remove the -b parameters i.e. -b "c:\". However with -b paramter, it gives error: ISDEV : fatal error -5006: Could not save "C:\Perforce\products\Server\Installer\ImageServerInstaller\ImageServerInstall er.ism" ISDEV : fatal error -6199: Internal build error ISDEV : error -5047: Cannot create directory Default Configuration\Release - 2 error(s), 0 warning(s) Build finished at Nov 20 2009 04:54 PM Please help. It is driving me crazy.
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 17, 2009
03:35 PM
If by "path for the second VirtualDir" you mean "Content Source Path", then you need to add the content folder for this virtual directory into Application Files view, Then map this folder to virtual directory in IIS view.
... View more
Nov 11, 2009
03:07 PM
When I launch setup.exe, Session.Property("SETUPEXEDIR") gives the correct path of directory which contains setup.exe.However, when I launch MSI file, SETUPEXEDIR is empty? SRCDIR returns empty string in both cases. I am using Basic MSI, InstallShield 2010. Please help how I can get the current directory where setup file resides, while launching setup through MSI file? Thanks, Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 11, 2009
11:19 AM
Thanks everyone! I got it. I run system search to find the required software on target system. I get version information in properties and use them in install conditions. I check registry entries to verify the presence of software.
... View more
Nov 05, 2009
02:12 PM
During the installation sequence, at what action/step the support files directory "SUPPORTDIR" becomes available to use? i.e. When it gets created and files placed in it are available to be used by custom actions? Thanks, Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 05, 2009
01:26 PM
Thanks for your reply. pavanred! Actually, I don't have to install prerequisities. I just need to check whether they are present or not? And just show the message to user. Is there a way to check for this?
... View more
Nov 05, 2009
11:19 AM
I want my Basic MSI installer to check if following softwares exist on target machine, before installation: 1. SQL Server 2008 2. .NET Framework 3.5 3. WSE 3.0 If they exist, setup should continue. It any of these is missing, setup should inform the user showing list of missing components and exit setup. I don't need to install prerequisites as part of the installer. Please guide me, what is the best way to do this? Thanks. Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 04, 2009
12:47 PM
Lurean, Thank you for your response. I am a newbie. I need to know what can be done and what cannot be done with InstallShield. Requirements are: Remotely create Db from an .mdf file, for initial install. This will be part of web application installer. Later on, for update install, run SQL Script to update schema with preserving old data. So for initial install I should use .mdf. For later updation installer I can use sql scripts. Please let me know if it will be possible.
... View more
Nov 04, 2009
10:28 AM
I want to include SQL Server Db installation as part of InstallShield Basic MSI installer. However, the SQL server will be installed to different server. I want to create database on remote server using .mdf files. How I can do that? Thanks. Naveed P.S I am using IS 2010
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 29, 2009
11:11 AM
How to presist/preserve Public Properties between Install & UnInstall? While launching MSI package, I take some input from user in public properties via command line parameters. I can get modified property values in Install phase. However, while UnInstalling these public properties don't preserve their values. They contain original unmodified values. I need, during UnInstall, the properties values that were modified during Install phase? How can I do that? I am using InstallShield 2010 Basic MSI project. Thanks Naveed
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 29, 2009
10:53 AM
Yes. you have to specify it in condition. Please view attached image.
... View more
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