Mar 12, 2010
10:28 AM
Resending this.... Thanks.
... View more
Mar 12, 2010
09:20 AM
MSI engine is doing its thing to find the processes that needs to be closed down and prompts FilesinUse dialog. Is it possible to populate just that list so that it list extra processes? I dont want to create a whole custom action and separately call FilesInUse dialog. Because if I do that user will see the FilesInUse dialog twice, one from MSI engine itself and one from the custom action. I just want to populate the list (if one exist) and msi uses that list when it checks for running processes. When and how does it do it by the way? I also just wonder if it is possible to remove a process from the list so that MSI ignores that process and doesnt ask user to shut it down.
... View more
Labels
- Labels:
-
InstallShield 2010
Mar 06, 2010
11:32 AM
I have some files going to GAC. I need to set the path to the file in the registry. I attempted to do it like this FilePath = [#filekey], however this didnt work as it resolves to "C:\FileName". Even when I tried to do this: FilePath = [GlobalAssemblyCache]FileName, but it again resolved to "C:\FileName". So I am thinking perhaps GAC is not a physical location to host the files but a reference means. Any ideas? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Mar 06, 2010
08:14 AM
Is it possible to create an Action Text entry in Merge Module project (like MSI project) for the custom actions in order to display a text while the custom is being executed? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Mar 01, 2010
01:19 PM
Thanks.....
... View more
Mar 01, 2010
10:02 AM
Is it possible to create a project based on a template so that it auto-fills some of the fields like Author Name, Create MSI logs etc...?
... View more
Labels
- Labels:
-
InstallShield 2010
Feb 05, 2010
04:26 PM
Thanks very much! I'll try using MSI DLL now.. Basically I am trying to launch the application that I am installing - I cant use the launch exe custom action that IS provide as per the thread here: http://community.flexerasoftware.com/showthread.php?p=449540#post449540. What would be the best way to retrieve the file path? Using CustomActionData? Thanks.
... View more
Feb 05, 2010
07:53 AM
I am trying to launch a standard DLL custom action upon user hitting Finish button at end of a successful install. However, I am getting this error: "Unknown source 'c$'". Is there any problems with calling a custom action dll at the end of install? I tried calling an exe instead of a dll and it seemed to run fine. Does anyone have any pointers what could be the reason here? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Feb 04, 2010
08:52 AM
Holger_G wrote: Your custom action should be a Deferred Execution in System Context. . What about the CAs that cannot be deferred?
... View more
Feb 04, 2010
06:18 AM
I think I came to a conclusion on this. I will write a custom action using CreateProcessWithTokenW(). Anybody faces this issue can visit this: http://www.codeproject.com/KB/vista-security/createprocessexplorerleve.aspx?display=Print To InstallShield team, I think InstallShield may want to re-visit the custom action shown in http://www.flexerasoftware.com/webdocuments/PDF/launch.pdf (written by Robert Dickau). Thanks to everyone involved.
... View more
Feb 03, 2010
01:52 PM
Found this: http://msdn.microsoft.com/en-us/library/bb625960.aspx I might have to write a custom action to do it using CreateProcessAsUser().
... View more
Feb 03, 2010
09:45 AM
Thanks for the responses. Holger_G, How would you make sure Execute Sequence is run with elevated privileges? Is there a setting you can make sure every action in Execute Sequence is elevated? I know windows installer would prompt for UAC depending on the heuristic approach to detect the elevation requirement. But I have a custom action which is right after AppSearch that requires elevation but it will fail if I was to leave it to MSI to prompt the UAC. gprasadholla, My application is talking to another application via COM. COM wouldnt allow this communication if 2 applications are running with different Integrity Levels. Please keep your suggestions coming guys.. Thanks.
... View more
Feb 02, 2010
10:24 AM
Just re-posting the question again. Since the installer is run with a high (perhaps the highest) level Integrity Level, I believe the application is launched with the same level of integrity which is causing a problem when it is not desired to launch an app with a high Integrity Level. Does anyone have any idea on how to get around this? Thanks.
... View more
Dec 21, 2009
07:27 AM
The article at this link - http://www.flexerasoftware.com/webdocuments/PDF/launch.pdf - explains how to launch the app after installation. Since my installer requires admin privileges and run with UAC token on Vista, application is also launched with the admin privileges as well as they are inherited from the installation process. I would like to run the application without UAC permissions as just standard user. How can I achieve this? Thanks.
... View more
Labels
- Labels:
-
InstallShield 2010
Nov 18, 2009
05:21 AM
Thanks Michael. It seems to be working with your suggested way, i.e. using ISReleaseFlags.
... View more
Latest posts by JoderCoder
Subject | Views | Posted |
---|---|---|
851 | Mar 16, 2011 06:30 AM | |
4362 | Mar 07, 2011 05:19 AM | |
5025 | Mar 03, 2011 12:58 PM | |
2475 | Aug 24, 2010 07:53 AM | |
2475 | Aug 24, 2010 07:51 AM | |
6590 | Aug 24, 2010 07:40 AM | |
968 | Jul 28, 2010 12:01 PM | |
2477 | Jul 28, 2010 05:07 AM | |
752 | Jul 16, 2010 05:36 PM | |
1061 | Jul 07, 2010 05:58 AM |
Activity Feed
- Posted Re: Windows Service install and Recovery Actions on InstallShield Forum. Mar 16, 2011 06:30 AM
- Posted Windows Service install and Recovery Actions on InstallShield Forum. Mar 07, 2011 05:19 AM
- Posted Re: Install windows service on InstallShield Forum. Mar 03, 2011 12:58 PM
- Posted Re: ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:53 AM
- Posted Re: ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:51 AM
- Posted ISDEV : fatal error -6041: Internal build error on InstallShield Forum. Aug 24, 2010 07:40 AM
- Posted Re: Per user install - ReadytoInstall Dialog - USERNAME resolves incorrectly on InstallShield Forum. Jul 28, 2010 12:01 PM
- Posted Per user install - ReadytoInstall Dialog - USERNAME resolves incorrectly on InstallShield Forum. Jul 28, 2010 05:07 AM
- Posted Re: Always overwrite as a Global Setting on InstallShield Forum. Jul 16, 2010 05:36 PM
- Posted Re: Driver installation prompt on InstallShield Forum. Jul 07, 2010 05:58 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 06, 2010 01:09 PM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 06, 2010 12:56 PM
- Posted Driver installation prompt on InstallShield Forum. Jul 06, 2010 05:39 AM
- Posted Re: Converting Project Types on InstallShield Forum. Jul 05, 2010 04:33 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 02, 2010 06:27 AM
- Posted Re: Converting Project Types on InstallShield Forum. Jul 02, 2010 05:52 AM
- Posted Re: uninstalling a msi during/after uninstalling main application on InstallShield Forum. Jul 02, 2010 05:46 AM
- Posted Re: Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jul 01, 2010 06:36 AM
- Posted Multiple versions of Standalone Build Engine on the same machine on InstallShield Forum. Jun 30, 2010 12:13 PM
- Posted Installer process (setup.exe) spawning infinitely when UAC is off with non-admin user on InstallShield Forum. Jun 24, 2010 11:14 AM