Aug 04, 2014
06:09 PM
I've never used, but in Installshield MSI project you can do this through Component Services or with: http://msdn.microsoft.com/en-us/library/aa242178(v=vs.60).aspx regards Markus
... View more
Aug 04, 2014
05:34 PM
Start->Adminstrative Tools->Component Services. There Component Services->Computers->My Computer->DCOM config. Select the appropriate com server, properties->general. There you can select the activation level.
... View more
Jul 22, 2014
04:33 AM
Take a look at installsite.org, there you find this code snippet: http://www.installsite.org/files/NetShareRul.zip regards Markus
... View more
Jul 19, 2014
06:53 AM
See here for information: http://helpnet.installshield.com/installshield21helplib/installshield21helplib.htm#StartTopic=helplibrary/CompilingA5xScriptInDevStudio.htm regards Markus
... View more
Jul 09, 2014
03:13 PM
May be a stupid question, but why use a "regedit" to write to the registry. Why not using basic MSI registry functionality in a component, or installscript in a custom action. And if "active setup" is through windows activated on 64-Bit and you call "regedit", which version is used from windows ? "%systemroot%\system32\regedit" (64-bit process) or "%systemroot%\syswow64\regedit" (32-bit process) regards Markus
... View more
Jul 08, 2014
07:49 AM
Dan, here is also a very helpful article, especially the comment from Christopher Painter ! http://blogs.flexerasoftware.com/installtalk/2011/11/using-active-setup-to-repair-user-settings.html will try your area51.msi later. regards Markus
... View more
Jun 26, 2014
08:39 AM
Never tried myself but STANDARD_RIGHTS_ALL or GENERIC_ALL should do this.
... View more
Jun 25, 2014
06:13 PM
When I create new prerequisites I use a virtual machine, create a snapshot of my c-drive and a snapshot of the registry. Then install the i.e. VC 2013 runtime. Then compare the snapshots with the current state of your files and registry. Then you can create new "exit conditions". I use BeyondCompare, but there are also tools from Microsoft to do this. regards Markus
... View more
Jun 25, 2014
05:41 PM
search in the InstallShield Help Library for "SetObjectPermissions"
... View more
Jun 25, 2014
05:30 PM
Hello Marco, I think the -6038 error comes from the release setting in IS12 Setup Launcher see below. Before you upgrade your project open in IS12 and select an option without the Windows 9x MSI engine included. Save and if you upgrade to IS2014 this warning should be solved. The next one -7235 from the software identification tag could be resolved if you disable this in the general information "Use Software Identification Tag" -> No. hope that helps you a little bit.
... View more
May 28, 2014
06:28 AM
You need the "REGDB_OPTION_WOW64_64KEY"-Option to read the 64-Bit part of the registry´. Read the section: http://helpnet.flexerasoftware.com/installshield20helplib/Content/helplibrary/Targeting64Bit-IS.htm regards Markus
... View more
May 20, 2014
01:01 PM
Try to take a look at the user's guide and search for Disable(WOW64FSREDIRECTION). May be this solves your problem.
... View more
May 20, 2014
12:54 PM
What project type is it Installscript, Basic MSI or InstallScript MSI ?
... View more
Mar 21, 2014
02:23 AM
I had a similar problem in the past when I moved from 32-bit host to 64-bit host machine. This thread solved my problem: http://community.flexerasoftware.com/showthread.php?192471-COM-extract-problem-32-bit-vs-64-bit-OS&highlight=OAPERUSERTLIBREG
... View more
Sep 12, 2013
08:38 AM
Have you tried to set the "Required Execution Level" to "Administrator". Then you can only execute the setup.exe if you have Admin rights. Not exactly what you want, but eventually sufficient. regards Markus
... View more
About
I use InstallShield since version 6.21 and InstallShield for Windows Installer since version 1.51
Bellheim, Rheinland/Pfalz, Germany
Latest posts by MarkusLatz
Subject | Views | Posted |
---|---|---|
324 | Sep 06, 2022 10:14 AM | |
147 | Sep 06, 2022 09:29 AM | |
426 | May 30, 2022 10:58 AM | |
428 | May 30, 2022 10:45 AM | |
1558 | May 27, 2022 06:26 PM | |
640 | Apr 19, 2022 08:06 AM | |
326 | Apr 18, 2022 07:37 AM | |
670 | Apr 18, 2022 06:57 AM | |
332 | Mar 17, 2022 09:23 AM | |
1467 | Mar 17, 2022 09:14 AM |
Activity Feed
- Posted Re: Multiple Copies of DLLs on InstallShield Forum. Sep 06, 2022 10:14 AM
- Posted Modify the InstallLocation of a MSIX package with a MSIX Modification package ? on InstallShield Forum. Sep 06, 2022 09:29 AM
- Got a Kudo for Re: .NET Desktop 6.0 Prerequisite File. Jun 08, 2022 06:01 AM
- Posted Re: Get MSI table data from within CA on InstallShield Forum. May 30, 2022 10:58 AM
- Posted Re: Get MSI table data from within CA on InstallShield Forum. May 30, 2022 10:45 AM
- Posted Re: .NET Desktop 6.0 Prerequisite File on InstallShield Forum. May 27, 2022 06:26 PM
- Posted Re: Error while running project. on InstallShield Forum. Apr 19, 2022 08:06 AM
- Posted Re: "Merge module object holder" - Something missing on InstallShield Forum. Apr 18, 2022 07:37 AM
- Posted Re: Error while running project. on InstallShield Forum. Apr 18, 2022 06:57 AM
- Got a Kudo for Re: About "Microsoft Visual C ++ 2019 Redistributable Package". Mar 25, 2022 05:44 AM
- Posted Re: System Search Registry with MsiGetProperty on InstallShield Forum. Mar 17, 2022 09:23 AM
- Posted Re: How to register dll using Installshield on InstallShield Forum. Mar 17, 2022 09:14 AM
- Got a Kudo for Re: Diagnosing PackageCode is not unique. Mar 17, 2022 05:06 AM
- Posted Re: About "Microsoft Visual C ++ 2019 Redistributable Package" on InstallShield Forum. Mar 17, 2022 04:02 AM
- Posted Re: Diagnosing PackageCode is not unique on InstallShield Forum. Mar 17, 2022 03:50 AM
- Posted Re: How to silently install Crystal Report RunTime version 13 through my InstallShield Installer? on InstallShield Forum. Oct 28, 2021 04:23 AM
- Posted Re: Installscript project - changing productName effects error 1706 on InstallShield Forum. Oct 28, 2021 03:47 AM
- Posted Re: How to force a restart from InstallScript Custom Action using Suite Project file on InstallShield Forum. Oct 28, 2021 03:36 AM
- Posted Re: Check Suite UI exe is running on Silent Mode on InstallShield Forum. Sep 30, 2021 10:33 AM
- Posted Re: How to pass a value with whitespace characters to a property through the command line in InstallShield Suite Project? on InstallShield Forum. Sep 15, 2021 04:14 AM