May 12, 2011
11:18 AM
If you browse to "C:\ProgramData\Microsoft\Windows\Start Menu\Programs\InstallShield" and delete the "InstallShield 20xx" shortcut, create a shortcut directly to isdev.exe, pin it, then rename the shortcut to the original shortcut's name you will still have the new shortcut pinned despite the presence of the word "install". Looks like Microsoft only checks for that at the time when the shortcut gets pinned. Works perfectly with 2009.
... View more
Sep 20, 2010
01:46 PM
Am I the only one who has experienced this with a dynamic file link in a pure MSI package? Seems like a flaw in MSI or in the InstallShield interface. I can't fathom that every pure MSI package out there (created from InstallShield, of course) manually names each file in a component.
... View more
Sep 17, 2010
02:09 PM
Project Type: InstallScript MSI I've been playing around with trying to deploy our help files with a .msi installer (no Setup.exe). However, no matter what I do the directory structure is wrong after deployment. I have one component with two statically linked files and the rest are dynamically linked. The source structure looks like this: Content/ Data/ Skins/ Show.aspx Show.aspx.cs When deployed, the directories are laid out: Content/Data/Skins/ Show.aspx Show.aspx.cs Has anyone else seen this behavior before? When I use a Setup.exe the files are laid out just fine. I'd like to launch this help installer as a Chained MSI but I can't do that if the MSI will be deploying the files incorrectly.
... View more
Labels
- Labels:
-
InstallShield 2009
Sep 02, 2010
05:17 PM
I am by no means an expert so ... your mileage may vary... In the Redistributables view, at the top right corner of the window, there should be a blue "Show Details" link. Click on that and you'll see a pop-out pane that shows you the path to the module that's currently selected. If your setup is anything like ours you'll see: Name: Visual C++ 9.0 MFC (x86) WinSXS MSM Path: C:\Program Files\InstallShield\2009\Modules\i386\policy_9_0_Microsoft_VC90_MFC_x86.msm Name: Visual C++ 9.0 MFC.Policy (x86) WinSXS MSM Path: C:\Program Files\InstallShield\2009\Modules\i386\Microsoft_VC90_MFC_x86.msm Name: Visual C++ 9.0 MFC (x86) WinSXS MSM Path: C:\Program Files\Common Files\Merge Modules\Microsoft_VC90_MFC_x86.msm Name: Visual C++ 9.0 MFC (x86) WinSXS MSM Path: C:\Program Files\Common Files\Merge Modules\policy_9_0_Microsoft_VC90_MFC_x86.msm They're listed under the same name but if you select the policy file the other one will automatically become selected. I can't speak for which one will work for you but we've been using the InstallShield\2009\Modules\i386 version and it's been working just fine for us. Show the details, select the policy file, the other one becomes enabled. Try it using one policy at a time and see which one works for you.
... View more
Sep 01, 2010
12:35 PM
I believe Windows deletes this key after all the file rename operations have completed during the reboot cycle.
... View more
Sep 01, 2010
12:24 PM
I knew it was going to be something really simple that I was overlooking. I thought there was a flag somewhere but I just couldn't find it. Thank you!
... View more
Aug 31, 2010
03:31 PM
I finally figured out a way to make this work. What I had to do was add a key file that would be guaranteed to change from one build to the next. I also had to rearrange the the source files directory structure to accommodate both a static and dynamic link in the same component. Once I set the key file the upgrade has been working exactly as it should.
... View more
Aug 31, 2010
03:20 PM
What type of setup are you using (network image, DVD-5, etc.)? Do you have it being compressed into a single executable image?
... View more
Aug 31, 2010
03:18 PM
Is it possible that every time it fails it's actually doing an uninstall instead of an install?
... View more
Aug 31, 2010
01:38 PM
Try using RegDBDeleteValue instead. You're can't delete a value with RegDBDeleteKey. Your key is "MyApp", not "ServerName".
... View more
Aug 31, 2010
01:17 PM
Project Type: InstallScript MSI I've got several installers to deploy a subset of our help documentation, one for each module (due to file count limitations of MSI). Some of these seem to have no entry in Add/Remove Programs after installation while others do. What's the trick to turning this back on (no clue how it even got turned off in the first place).
... View more
Labels
- Labels:
-
InstallShield 2009
Aug 26, 2010
05:00 PM
Have you gone through the Release Wizard to make sure the settings in there are correct for building a single .exe? The Release Wizard is located under the Build menu.
... View more
Aug 24, 2010
06:45 PM
I've read a lot about why not to use Dynamic File Linking but we have far too many files and directories/subdirectories to not use DFL. I'd be happy to have generated components for each build but we have a structure that doesn't lend itself well to either Dynamic File Linking or Static Linking. What I'd really like to be able to do is simply instruct the installer "discard directory X on every upgrade before applying the upgrade." Then the installer needs to drop a new set of files into directory X. Our directory structure looks like this: app files\build_1_0_100_0 Then on upgrade we would have a new directory: app files\build_1_0_106_0 The "app files" directory is what I'd like to have removed. I've discussed moving the "build_1_0_xxx_0" structure but I've been told by our developers that this is not practical. I've been able to isolate the "app files" into its own component but it simply will not upgrade. How can I make this work?
... View more
Labels
- Labels:
-
InstallShield 2009
Aug 06, 2010
04:10 PM
Project Type: InstallScript MSI What is the best way to prevent an installation from running if a related product has not been installed? If product A has not been installed I want to prevent product B from installing with a message to the user that they're running them out of order.
... View more
Labels
- Labels:
-
InstallShield 2009
Aug 05, 2010
12:08 PM
I guess we could just launch the EXE like we are now and not try to be preemptive. The EXE we launch is not really a full-blown EXE. It's actually a Wise Script installer that's running as a plain executable (i.e. a wrapper executable). The author needed a solution and he only knew Wise Script at the time so that's what we got stuck with. I'll have to investigate the possibility of either doing this in a regular executable or possible a DLL call that gets added to our installation helper DLL.
... View more
Latest posts by kaneohe
Subject | Views | Posted |
---|---|---|
1174 | Jul 11, 2013 02:52 PM | |
1174 | Jul 09, 2013 04:19 PM | |
498 | Jul 09, 2013 03:16 PM | |
3965 | Jul 09, 2013 01:20 PM | |
981 | Jul 09, 2013 10:10 AM | |
572 | Mar 11, 2013 01:53 PM | |
1139 | Mar 11, 2013 01:19 PM | |
495 | Oct 31, 2012 06:06 PM | |
1517 | Oct 30, 2012 06:43 PM | |
1257 | Oct 12, 2012 05:11 PM |
Activity Feed
- Posted Re: 1 File Missing After Major Upgrade on InstallShield Forum. Jul 11, 2013 02:52 PM
- Posted Re: 1 File Missing After Major Upgrade on InstallShield Forum. Jul 09, 2013 04:19 PM
- Posted Re: prerequisite of Microsoft Visual C++ 2010 Redistributable on InstallShield Forum. Jul 09, 2013 03:16 PM
- Posted 1 File Missing After Major Upgrade on InstallShield Forum. Jul 09, 2013 01:20 PM
- Posted Re: Urgent Help plsss for find setup.exe directory on InstallShield Forum. Jul 09, 2013 10:10 AM
- Posted Solved! on InstallShield Forum. Mar 11, 2013 01:53 PM
- Posted Set Version in Registry in InstallScript Project via IDE on InstallShield Forum. Mar 11, 2013 01:19 PM
- Posted Mystery Solved ... More Or Less on InstallShield Forum. Oct 31, 2012 06:06 PM
- Posted Help Me Understand FeatureCompareSizeRequired Behavior on InstallShield Forum. Oct 30, 2012 06:43 PM
- Posted Hiding Features on InstallShield Forum. Oct 12, 2012 05:11 PM
- Posted Multiple Targets on InstallShield Forum. Aug 08, 2012 05:47 PM
- Posted Re: Help With Dynamic File Linking on InstallShield Forum. Jul 24, 2012 04:46 PM
- Posted Help With Dynamic File Linking on InstallShield Forum. Jul 19, 2012 02:18 PM
- Posted Re: *URGENT* DotNetCoCreateObject not working with .Net Framework 4.0 on InstallShield Forum. Jun 06, 2011 06:16 PM
- Posted Re: Enabling .Net 3.5 on Windows Server 2008 R2 on InstallShield Forum. Jun 06, 2011 06:05 PM
- Posted Re: Unable to pin InstallShield 2011 to Windows 7 taskbar on InstallShield Forum. May 12, 2011 11:18 AM
- Posted Re: directory structure wrong after install on InstallShield Forum. Sep 20, 2010 01:46 PM
- Posted directory structure wrong after install on InstallShield Forum. Sep 17, 2010 02:09 PM
- Posted Re: Merge Module, Visual C++ 9.0 CRT (x86) on InstallShield Forum. Sep 02, 2010 05:17 PM
- Posted Re: How to detect whether a system requires a reboot or not?? on InstallShield Forum. Sep 01, 2010 12:35 PM