Apr 04, 2011
01:06 PM
OK, so after much trial and error, here's what I did. 1- download ORCA from microsoft. 2- copy ISMsiPkg.itp 3- load up the .itp file in ORCA 4- go through the tables listed here: http://msdn.microsoft.com/en-us/library/aa367767.aspx and edit schema on the 3 tables to change the listed column from i2 to i4. 5- in the _validation table you need to find the table entry for each of the tables you just changed the schema and again change the MaxValue entry. Seems a little silly to have to mod it twice, but you have to. 6- replaced the ISMsiPkg.itp with my edited version. Here's the next issue- any thoughts? Once I did that I could build my project. When I added in all the files (dynamic linkage) it broke signing. When I went through the Release Wizard and unchecked the "Sign Windows Installer Package" box it will build the setup.exe. I verified twice that the only difference is whether I add in the new files. So, on the upside, it works. The downside is that it now takes about two hours to create a setup.exe. Previously it took about 20 minutes. That seems like a pretty crazy increase in time. Previously: ~29k files, 170ish meg setup.exe, ~20 mins to create setup, signed. Now: ~38k files, 220ish meg setup.exe, ~120 mins to create setup, unsigned.
... View more
Apr 01, 2011
10:41 AM
Any help? This thread has 1100+ views, so people are definitely facing this problem. I can export the tables from the direct editor, but I can't re-import them, as there is a name collision, and I can't drop them to re-import my edited copies. What's the right way to do this? Added bonus- will hand editing these files persist through updates?
... View more
Apr 01, 2011
10:38 AM
You can do it outside of InstallShield by using reshacker. It's onerous and nice they finally fixed this issue.
... View more
Apr 01, 2011
10:35 AM
You can change it on a one-time basis in the UI. We increment our build #s with our nightly build, so we wrote a VB script to increment the ISM file in conjunction with our nightly build. If that is what you want to do, check out this documentation: http://kb.flexerasoftware.com/doc/Helpnet/installshield12helplib/IHelpAutoISWiProject.htm Be aware the documentation is a little old, so you'd want to replace the 12 in this line:Set m_ISWiProject = CreateObject("IswiAuto12.ISWiProject") with 14. See the properties for ProductCode and ProductVersion.
... View more
Mar 30, 2011
12:32 PM
Is there a step by step tutorial for doing this? In my basic MSI project I don't see how to change the column type in the file menu, and I'm not sure how to open the .itp files in a usable format.
... View more
Jan 21, 2010
04:44 PM
Anyone have an idea how to get the launch checkbox to actually work?
... View more
Jan 15, 2010
12:19 PM
Hello, I'm trying to provide users the option to launch the application after first install. I've followed the instructions in: http://www.flexerasoftware.com/webdocuments/PDF/launch.pdf However, when I check the box after installing, the application doesn't launch. Clicking the installed desktop icon or start menu entry launches it fine, so I know the install worked. What else do I need to do to get this to work in a basic MSI? Thanks in advance.
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 09, 2009
07:35 PM
When creating a major upgrade, the helpfile says: To add a major upgrade item: 1. Open the Upgrades view. 2. In the Prepare Setup For Upgrade Scenarios explorer, right-click Upgrade Windows Installer Setup and click Add Major Upgrade Item. So, from v1->v2 I add a major upgrade. What should I do from v2->v3? Add a new major upgrade? Change the one I already had?
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 09, 2009
07:31 PM
For example, it doesn't compare Package Code. What else doesn't it compare? Is there an .ism diff that would look at the differences in those files?
... View more
Labels
- Labels:
-
InstallShield 2010
Dec 09, 2009
07:25 PM
Unfortunately we never found a resolution and were forced to direct all our customers to uninstall the previous version manually. Didn't look good, and doesn't make management happy about Installshield.
... View more
Oct 15, 2009
03:25 PM
What's the easiest way to present the user with the option to create a desktop shortcut on the last screen of the install UI sequence?
... View more
Labels
- Labels:
-
InstallShield 2010
Oct 15, 2009
03:21 PM
I have a basic MSI project. I'd like to create a registry key that my installed program will use later, and set permissions to the key so my program can use it without elevation. I want to do it during install so I can avoid elevation issues (as the installer runs elevated). I also do not want the key uninstalled if the user unistalls my program. 1- can I use a scripted method to turn off logging of the key creation in a Basic MSI project? 2- Can I turn off logging of the key creation in the UI? 3- Is there another way I can accomplish this? Thanks
... View more
Labels
- Labels:
-
InstallShield 2010
Aug 11, 2009
01:36 PM
Latest test. I made a fake version 3, changed name, package code, version, product code. version 2->3 upgrades fine, removes v2 from add/remove programs. v1->v3 fails to remove add/remove programs entry. I think there is a bug updating an Installscript MSI install generated in IS2008 to a Basic MSI generated in IS2010. It repeatedly considers itself to be in maintenance mode, but only when upgrading from the v1, not from v2->v3.
... View more
Aug 11, 2009
12:45 PM
Previously we had a min version specified of 000.000.000, when I added that it behaves the same, but then manual install from add/remove programs breaks.
... View more
Latest posts by befish
Subject | Views | Posted |
---|---|---|
2077 | Apr 04, 2011 01:06 PM | |
2077 | Apr 01, 2011 10:41 AM | |
925 | Apr 01, 2011 10:38 AM | |
619 | Apr 01, 2011 10:35 AM | |
2077 | Mar 30, 2011 12:32 PM | |
716 | Jan 21, 2010 04:44 PM | |
1070 | Jan 21, 2010 04:43 PM | |
2413 | Jan 15, 2010 12:19 PM | |
2138 | Dec 09, 2009 07:35 PM | |
1642 | Dec 09, 2009 07:31 PM |
Activity Feed
- Posted Re: file limit for a Basic MSI merge module? on InstallShield Forum. Apr 04, 2011 01:06 PM
- Posted Re: file limit for a Basic MSI merge module? on InstallShield Forum. Apr 01, 2011 10:41 AM
- Posted Re: Change the COMPANY name in the properties of Setup.exe in InstallShield 2010-Premium on InstallShield Forum. Apr 01, 2011 10:38 AM
- Posted Re: Single Executable Version on InstallShield Forum. Apr 01, 2011 10:35 AM
- Posted Re: file limit for a Basic MSI merge module? on InstallShield Forum. Mar 30, 2011 12:32 PM
- Posted Re: Launch after install option on InstallShield Forum. Jan 21, 2010 04:44 PM
- Posted Re: Major Upgrade ***Not Related*** on InstallShield Forum. Jan 21, 2010 04:43 PM
- Posted Launch after install option on InstallShield Forum. Jan 15, 2010 12:19 PM
- Posted Major upgrade best practices? on InstallShield Forum. Dec 09, 2009 07:35 PM
- Posted MSI diff doesn't compare all differences on InstallShield Forum. Dec 09, 2009 07:31 PM
- Posted Re: Upgrade not recognized on InstallShield Forum. Dec 09, 2009 07:25 PM
- Posted Optional desktop icon on InstallShield Forum. Oct 15, 2009 03:25 PM
- Posted Creating a registry entry that persists after uninstall on InstallShield Forum. Oct 15, 2009 03:21 PM
- Posted Re: Upgrade not recognized on InstallShield Forum. Aug 11, 2009 01:36 PM
- Posted Re: Upgrade not recognized on InstallShield Forum. Aug 11, 2009 12:45 PM
- Posted Re: Upgrade not recognized on InstallShield Forum. Aug 10, 2009 03:36 PM
- Posted Re: Upgrade not recognized on InstallShield Forum. Aug 10, 2009 11:27 AM
- Posted Re: Upgrade not recognized on InstallShield Forum. Aug 08, 2009 02:30 PM
- Posted Re: Upgrade not recognized on InstallShield Forum. Aug 07, 2009 10:14 PM
- Posted Upgrade not recognized on InstallShield Forum. Aug 07, 2009 05:42 PM