This website uses cookies. By clicking Accept, you consent to the use of cookies. Click Here to learn more about how we use cookies.
Turn on suggestions
Auto-suggest helps you quickly narrow down your search results by suggesting possible matches as you type.
- Revenera Community
- :
- InstallShield
- :
- InstallShield Forum
- :
- Re: regserver under vista ?
Subscribe
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Subscribe
- Mute
- Printer Friendly Page
Feb 13, 2008
03:15 AM
regserver under vista ?
Hi,
I have a package (basic msi project) made with installshield 11.5.
In this package i have a custom action name regserver who take a executable and launch it (deffered execution in system context) with a parameter /regserver
If i take this package and start it under vista, it's works well, the package is well installed.
Now this package must be upgrade under installshield 2008, the same package i have just open the msi with is 2008 and build again.
If i take this package under vista the package still block on this custom action regserver !!!
I've seen that on the log trace with ( /l*v path )
[CODE]
MSI (s) (20:1C) [09:54:06:510]: Executing op: ActionStart(Name=RegisterServer,,)
Action 9:54:06: RegisterServer.
MSI (s) (20:1C) [09:54:06:526]: Executing op: CustomActionSchedule(Action=RegisterServer,ActionType=3154,Source=C:\Program Files\****\****\****\****.exe,Target=/regserver,)
[/CODE]
Somone can help me for to understand why that work with is 11.5 and not with is 2008 !?
and if possible how i can do for that package work under vista with build with installshield 2008 !
Thanks for your time
Christophe
I have a package (basic msi project) made with installshield 11.5.
In this package i have a custom action name regserver who take a executable and launch it (deffered execution in system context) with a parameter /regserver
If i take this package and start it under vista, it's works well, the package is well installed.
Now this package must be upgrade under installshield 2008, the same package i have just open the msi with is 2008 and build again.
If i take this package under vista the package still block on this custom action regserver !!!
I've seen that on the log trace with ( /l*v path )
[CODE]
MSI (s) (20:1C) [09:54:06:510]: Executing op: ActionStart(Name=RegisterServer,,)
Action 9:54:06: RegisterServer.
MSI (s) (20:1C) [09:54:06:526]: Executing op: CustomActionSchedule(Action=RegisterServer,ActionType=3154,Source=C:\Program Files\****\****\****\****.exe,Target=/regserver,)
[/CODE]
Somone can help me for to understand why that work with is 11.5 and not with is 2008 !?
and if possible how i can do for that package work under vista with build with installshield 2008 !
Thanks for your time
Christophe
(1) Reply
Feb 13, 2008
05:04 AM
Hi,
it's enough me !
More information, if i click right on the setup.exe and put run as administrator the setup is well installed !
If i create a manifest file with this code and put here in my release folder next to the setup.exe and launch the setup.exe
the setup still block on the custom action regserver !!!!
I d'ont understand ! the manifest file and the click right run as administrator IT NOT THE SAME THING ?
Argghhhhh ..why ?
Can you help me !
Christophe
it's enough me !
More information, if i click right on the setup.exe and put run as administrator the setup is well installed !
If i create a manifest file with this code and put here in my release folder next to the setup.exe and launch the setup.exe
processorArchitecture="X86"
name="setup.exe"
type="win32"/>elevate execution level
the setup still block on the custom action regserver !!!!
I d'ont understand ! the manifest file and the click right run as administrator IT NOT THE SAME THING ?
Argghhhhh ..why ?
Can you help me !
Christophe