Apr 02, 2013
10:54 AM
I did embedding language transforms (.mst) into MSI by following steps in this link: http://msdn.microsoft.com/en-us/library/windows/desktop/aa368351(v=vs.85).aspx
... View more
Apr 02, 2013
10:32 AM
Okay, if that was what you wanted, you do not have to do 'System Search', Get the value of system property "CommonFilesFolder" instead.
... View more
Mar 28, 2013
10:36 AM
IC, not sure if this helps, but have you explored the options in Custom Actions "Set Property" and "Set Directory"? putting the CAs in certain places might yield what you wish for.
... View more
Mar 28, 2013
10:22 AM
What Chris suggested should work in you case. Since you are going to create a xml, what I can see here is to import a skeleton xml (right click on 'xml file change' then ->Import, a wizard would show up), you might put some tokens in it, after importing, you can change element/attributes on how you would like it to be handled via 'Operation' and "scheduling' under General tab, and tweak Element Properties under Advance tab.
... View more
Mar 28, 2013
10:01 AM
If it is a InstallScript or InstallScript MSI project, when you uninstall your product by clicking "Remove" from Add/Remove Program, it calls OnUninstall() in your project. If you explicitly define the function and put your privilege elevation logic there, you might get yourself around the issue.
... View more
Mar 28, 2013
09:40 AM
Here is a code fragment which works in my InstallScript MSI project: " ... sInstallDir = INSTALLDIR; nResult = SdAskDestPath( sTitle, sMsg, sInstallDir, 0); ... "
... View more
Mar 28, 2013
08:59 AM
Goto Add/Remove program and "Repair" your IS 2010 install might fix the issue. I got some weird issues when I returning/reactivating my IS 2010 license a couple of years back, "Repair"ing my copy made them disappear.
... View more
Mar 28, 2013
08:39 AM
897812923 wrote: 找text的color属性,直接就能改了 What "897812923" was saying is to change the 'color' property of the 'text' directly, but I did not see a 'color' property of 'text' in the "Edit Dialog Layout" views in Basic MSI, InstallScript or InstallScript MSI projects. Mr./Ms. "897812923", could you show upload a screenshot?
... View more
Mar 27, 2013
02:44 PM
I use IS 2011, it has not such thing as "Suite/Advanced UI project" which comes with IS 2012 Spring. Early last year, I faced a similar situation where it was required to install different features/components sets depending on the bitsize of MS Office. The complication was that 32bit MS Office can be installed on both 32bit and 64bit Windows where 64bit MS Office can only be installed on 64bit Windows. I used InstallScript MSI project, I could put 32bit features/components alongside with 64bit ones in one project, but I could not build all features into one installer. It seemed to be the limitation/restriction of MSI not InstallShield. I ended up with 2 installers: a 32bit one targeting 32bit MS Office on both 32/64bit Windows and a 64bit one targeting 64bit MS Office on 64bit Windows. Please kindly post it here if you can work out a solution (one msi covers 32/64 windows) using IS 2012 Spring, it would be a very good motivation for me to upgrade my InstallShield. Thanks in advance,
... View more
Mar 27, 2013
02:11 PM
Good Stuff, thank you for sharing.
... View more
Mar 26, 2013
10:26 AM
Run Release Wizard, click through and there is a "Media type" window where you can select DVD types. I use "Network Image", data cab file can exceed 2G.
... View more
Mar 22, 2013
09:04 AM
Try this in your Set Directory CA: Disable(WOW64FSREDIRECTION); and Enable it after your directory manipulation.
... View more
Mar 21, 2013
02:41 PM
You can either pass all 3 parameters (-s, -f1 -f2) or none to the Setup if I am not mistaken. So, you might give the log file a different name and/or location, but I do not think you have an option to get rid of it if that's what you wanted.
... View more
Mar 21, 2013
02:20 PM
Look for REGDB_OPTIONS in the help for details, I think what you need is: REGDB_OPTIONS = REGDB_OPTIONS | REGDB_OPTION_WOW64_64KEY;
... View more
Mar 15, 2013
09:34 AM
I figured better late than never. You might try this: Disable(WOW64FSREDIRECTION);
... View more
Latest posts by OldBean
Subject | Views | Posted |
---|---|---|
776 | Apr 02, 2013 10:54 AM | |
1592 | Apr 02, 2013 10:32 AM | |
1592 | Mar 28, 2013 10:36 AM | |
2167 | Mar 28, 2013 10:22 AM | |
788 | Mar 28, 2013 10:01 AM | |
1592 | Mar 28, 2013 09:40 AM | |
651 | Mar 28, 2013 08:59 AM | |
1366 | Mar 28, 2013 08:39 AM | |
1677 | Mar 27, 2013 02:44 PM | |
2140 | Mar 27, 2013 02:11 PM |
Activity Feed
- Posted Re: Formal MSI support for embedding language transforms into a single MSI on InstallShield Forum. Apr 02, 2013 10:54 AM
- Posted Re: How do you set a default value in a Path Edit control on InstallShield Forum. Apr 02, 2013 10:32 AM
- Posted Re: How do you set a default value in a Path Edit control on InstallShield Forum. Mar 28, 2013 10:36 AM
- Posted Re: XPath and Installscript... on InstallShield Forum. Mar 28, 2013 10:22 AM
- Posted Re: Change admin requirements for uninstall (from Control Panel) on InstallShield Forum. Mar 28, 2013 10:01 AM
- Posted Re: How do you set a default value in a Path Edit control on InstallShield Forum. Mar 28, 2013 09:40 AM
- Posted Re: Occasionally getting "Fatal error 0" on InstallShield Forum. Mar 28, 2013 08:59 AM
- Posted Re: How to Change the Color of Text String on InstallShield Forum. Mar 28, 2013 08:39 AM
- Posted Re: Combined 32bit and 64bit installer on InstallShield Forum. Mar 27, 2013 02:44 PM
- Posted Re: HOW TO : Skin the unskinnable - Status Dialog and pre requisite dialog on InstallShield Forum. Mar 27, 2013 02:11 PM
- Posted Re: Change Release Media type on InstallShield Forum. Mar 26, 2013 10:26 AM
- Posted Re: Reading the 64 Bit Software Key From a 32 Bit Installer... on InstallShield Forum. Mar 22, 2013 09:04 AM
- Posted Re: silent installation except log file on InstallShield Forum. Mar 21, 2013 02:41 PM
- Posted Re: Installscript project couldn't write Reg value to HKLM\SOFTWARE\Product on 64 bit OS on InstallShield Forum. Mar 21, 2013 02:20 PM
- Posted Re: QueryProgItem changes returned path on InstallShield Forum. Mar 15, 2013 09:34 AM
- Posted Re: Share a folder and give a permissions for the user on InstallShield Forum. Jun 12, 2012 09:22 AM
- Posted Re: Functions to verify empty lines on InstallShield Forum. Feb 24, 2012 02:20 PM
- Posted Re: Test for required OS and service pack levels on InstallShield Forum. Jun 24, 2011 09:04 AM
- Posted Re: In MSI Script Project, where the upgradation is called, is we can control ? on InstallShield Forum. Jun 17, 2011 02:44 PM
- Posted Re: SSL binding in InstallShield 2011 Premier on InstallShield Forum. Jun 02, 2011 02:21 PM