Jul 09, 2018
04:51 PM
I want to set a condition in my Suite Installer so that the installation exits if the user is not an administrator. Does anyone have any experience with this? Many Thanks in Advance!
... View more
Labels
- Labels:
-
InstallShield 2016
Aug 21, 2014
12:49 AM
Hi Folks, I have an InstallShield Suite Project that installs 3 applications. Let's call them: Package 1 Package 2 Package 3 During the GUI installation, I can select which packages to install. However, during the silent installation, using the command "setup.exe /silent", all 3 packages get installed. Specifically, I would like the silent installation to install only "Package 1" and "Package 2". Does anyone know how to do this? Are there command line parameters that can be entered with the command "setup.exe /silent"? Changes to the project itself? I'm probably missing something in the documentation, so any guidance would be appreciated. Thanks in advance! Billy
... View more
Labels
- Labels:
-
InstallShield 2013
Jun 02, 2010
02:02 PM
OK Thanks! I thought that was the case, but figured I'd ask anyway.
... View more
May 18, 2010
10:24 AM
Hi, No, file1 is different. It is an exe file. Both files are versioned. file1 in the new package has a newer version. Thanks
... View more
May 17, 2010
06:19 PM
I have a product installed on a machine. It has the following component (and files): component1 ----file1 (keyfile) ----file2 ----file3 I have an newer version of the product that has the same component without the non-key files: component1 ----file1 (keyfile) After upgrade, file2 & file3 are still on the machine. Is it possible to fix this? NOTE: Action "RemoveExistingProducts" is run after action "InstallFinalize" in this case. Thanks in advance!
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 08, 2009
10:47 AM
I don't think you can use [INSTALLDIR] because, at the prereq run time, [INSTALLDIR] has not been defined yet. You need to use one of the four documented paths: [CommonFilesFolder] [ProgramFilesFolder] [SystemFolder] or [WindowsFolder] if you are looking for a specific file on the machine. Alternatively, you can use a registry entry (if present) to set the path of the file you are looking for. See the "Conditions Tab InstallShield 2008 » Setup Prerequisite Editor" reference for further info.
... View more
Sep 09, 2009
06:26 PM
As a follow up, I wanted to post my solution. As I indicated, [ProgramFiles64Folder] doesn't work on IS 2008 and I did not have the option of moving to IS 2010. After some trial and error, the following worked: [ProgramFilesFolder]..\Program Files\Microsoft SQL Server\100\KeyFile\1033\sqlncli_keyfile.dll Since [ProgramFilesFolder] evaluates to "Program Files (x86)" on 64 bit Windows OSs, backing up one directory and including the path from there seems to work fine. Thanks to all for your suggestions.
... View more
Sep 08, 2009
03:49 PM
Thanks Everyone, Although I have posted under IS2010, I am actually using IS2008, without the option of upgrading at this time. I have also posted under IS2008. Billy
... View more
Sep 07, 2009
03:03 PM
Thanks, Tried that, doesn't work. [ProgramFiles64Folder] doesn't seem to be supported in the setup prereq instance.
... View more
Sep 06, 2009
02:37 AM
Hi Folks, Can anyone give me direction on how to create a Setup Prerequisite condition on Windows X64 operating systems in which "a file with a certain version exists" and the path is as follows: [ProgramFilesFolder]Microsoft SQL Server\100\KeyFile\1033\sqlncli_keyfile.dll The problem is that [ProgramFilesFolder] evaluates to "C:\Program Files (x86)" on Winodws X64 and I the file I am looking for is in "C:\Program Files" The supported path variables are [CommonFilesFolder], [ProgramFilesFolder], [SystemFolder], and [WindowsFolder] which doesn't help. Thanks! --------------------------------------------------------------------------------
... View more
Labels
- Labels:
-
InstallShield 2010
Sep 06, 2009
02:32 AM
Hi Folks, Can anyone give me direction on how to create an IS2008 Setup Prerequisite condition on Windows X64 operating systems in which "a file with a certain version exists" and the path is as follows: [ProgramFilesFolder]Microsoft SQL Server\100\KeyFile\1033\sqlncli_keyfile.dll The problem is that [ProgramFilesFolder] evaluates to "C:\Program Files (x86)" on Winodws X64 and I the file I am looking for is in "C:\Program Files" The supported path variables are [CommonFilesFolder], [ProgramFilesFolder], [SystemFolder], and [WindowsFolder] which doesn't help. Thanks!
... View more
Labels
- Labels:
-
InstallShield 2008
Latest posts by wardbill
Subject | Views | Posted |
---|---|---|
1061 | Jul 09, 2018 04:51 PM | |
1101 | Aug 21, 2014 06:39 PM | |
2666 | Aug 21, 2014 12:49 AM | |
1298 | Jun 02, 2010 02:02 PM | |
1298 | May 18, 2010 10:24 AM | |
3372 | May 17, 2010 06:19 PM | |
1280 | Oct 08, 2009 10:47 AM | |
1280 | Sep 09, 2009 06:26 PM | |
1280 | Sep 08, 2009 03:49 PM | |
1073 | Sep 07, 2009 03:03 PM |
Activity Feed
- Posted Setting Exit Condition of "AdminUser" in Suite Installer on InstallShield Forum. Jul 09, 2018 04:51 PM
- Tagged Setting Exit Condition of "AdminUser" in Suite Installer on InstallShield Forum. Jul 09, 2018 04:51 PM
- Tagged Setting Exit Condition of "AdminUser" in Suite Installer on InstallShield Forum. Jul 09, 2018 04:51 PM
- Posted Thanks! on InstallShield Forum. Aug 21, 2014 06:39 PM
- Posted InstallSuite (Suite Project) Silent Installation Package Selection on InstallShield Forum. Aug 21, 2014 12:49 AM
- Tagged InstallSuite (Suite Project) Silent Installation Package Selection on InstallShield Forum. Aug 21, 2014 12:49 AM
- Tagged InstallSuite (Suite Project) Silent Installation Package Selection on InstallShield Forum. Aug 21, 2014 12:49 AM
- Tagged InstallSuite (Suite Project) Silent Installation Package Selection on InstallShield Forum. Aug 21, 2014 12:49 AM
- Posted Re: Component non-key files are not removed on upgrade. on InstallShield Forum. Jun 02, 2010 02:02 PM
- Posted Re: Component non-key files are not removed on upgrade. on InstallShield Forum. May 18, 2010 10:24 AM
- Posted Component non-key files are not removed on upgrade. on InstallShield Forum. May 17, 2010 06:19 PM
- Posted Re: Setup Prerequisites and x64 OS on InstallShield Forum. Oct 08, 2009 10:47 AM
- Posted Fixed (workaround used) on InstallShield Forum. Sep 09, 2009 06:26 PM
- Posted Re. Thanks on InstallShield Forum. Sep 08, 2009 03:49 PM
- Posted [ProgramFiles64Folder] not supported in setup prereqs on InstallShield Forum. Sep 07, 2009 03:03 PM
- Posted Setup Prerequisites and x64 - searching for a file on InstallShield Forum. Sep 06, 2009 02:37 AM
- Posted Setup Prerequisites and x64 OS on InstallShield Forum. Sep 06, 2009 02:32 AM