[lnkForumImage]
TotalShareware - Download Free Software

Confronta i prezzi di migliaia di prodotti.
Asp Forum
 Home | Login | Register | Search 


 

Forums >

microsoft.public.dotnet.framework.setup

Force reboot in VS 2005 deployment project?

Rob R. Ainscough

7/6/2006 6:26:00 PM

Any hints on how to accomplish this? I no MSI supports ForceReboot but I'll
be damn if I can find this option in VS 2005 deployment project?

Thanks, Rob.


3 Answers

Phil Wilson

7/6/2006 9:01:00 PM

0

There are literally dozens of things that MSI does that VS setups don't
support with IDE features, that's just one of them. VS setups have never
been a fully-featured substitute for products from Wise, InstallShield,
Advanced Installer, Wix.
--
Phil Wilson [MVP Windows Installer]
----
"Rob R. Ainscough" <robains@pacbell.net> wrote in message
news:%23fYinmSoGHA.4772@TK2MSFTNGP03.phx.gbl...
> Any hints on how to accomplish this? I no MSI supports ForceReboot but
> I'll be damn if I can find this option in VS 2005 deployment project?
>
> Thanks, Rob.
>


Rob R. Ainscough

7/7/2006 2:51:00 PM

0

I guess I'll have to add the code to the ProjectInstaller component -- so
technically I can do anything from VS 2005, but like you said, poor
documentation and very fragile.

We use InstallShield for other products, but the cost of IS (user licenses)
and support is not worth it IMHO and 95% of the time we have to perform
custom scripting in it -- so may as well use VS 2005 and code it.

I know I've been pretty critical of VS 2005 and rightly so in it's current
state (which really is a BETA not a final). But, if M$ can fix most of it
with an SP and update their documentation, they could possibly restore some
confidence in my company. At this point, if I don't see an SP1 for VS 2005
by Q3, then we're going to migrate to something else (serious evaluation of
Delphi and Java and dump are M$ all around including as a web platform also)
as we can't wait for VS 2007 to be "the fix". Knowing M$, VS 2007 will be
another rush out the door for Nov 2007 -- we can get most of our products
converted over to something else by then.

Thanks for your help Phil.

"Phil Wilson" <Phil.Wilson@unisys.spamcom> wrote in message
news:eIRSB9ToGHA.4124@TK2MSFTNGP03.phx.gbl...
> There are literally dozens of things that MSI does that VS setups don't
> support with IDE features, that's just one of them. VS setups have never
> been a fully-featured substitute for products from Wise, InstallShield,
> Advanced Installer, Wix.
> --
> Phil Wilson [MVP Windows Installer]
> ----
> "Rob R. Ainscough" <robains@pacbell.net> wrote in message
> news:%23fYinmSoGHA.4772@TK2MSFTNGP03.phx.gbl...
>> Any hints on how to accomplish this? I no MSI supports ForceReboot but
>> I'll be damn if I can find this option in VS 2005 deployment project?
>>
>> Thanks, Rob.
>>
>
>


Phil Wilson

7/8/2006 5:35:00 PM

0

If your issue is with the cost of IS licenses and you want something that
will let you use more MSI features than Visual Studio setup projects, take a
look at Wix.
--
Phil Wilson
[Microsoft MVP-Windows Installer]
Definitive Guide to Windows Installer
http://apress.com/book/bookDisplay.ht...

"Rob R. Ainscough" <robains@pacbell.net> wrote in message
news:OVyUzSdoGHA.4768@TK2MSFTNGP03.phx.gbl...
>I guess I'll have to add the code to the ProjectInstaller component -- so
>technically I can do anything from VS 2005, but like you said, poor
>documentation and very fragile.
>
> We use InstallShield for other products, but the cost of IS (user
> licenses) and support is not worth it IMHO and 95% of the time we have to
> perform custom scripting in it -- so may as well use VS 2005 and code it.
>
> I know I've been pretty critical of VS 2005 and rightly so in it's current
> state (which really is a BETA not a final). But, if M$ can fix most of it
> with an SP and update their documentation, they could possibly restore
> some confidence in my company. At this point, if I don't see an SP1 for
> VS 2005 by Q3, then we're going to migrate to something else (serious
> evaluation of Delphi and Java and dump are M$ all around including as a
> web platform also) as we can't wait for VS 2007 to be "the fix". Knowing
> M$, VS 2007 will be another rush out the door for Nov 2007 -- we can get
> most of our products converted over to something else by then.
>
> Thanks for your help Phil.
>
> "Phil Wilson" <Phil.Wilson@unisys.spamcom> wrote in message
> news:eIRSB9ToGHA.4124@TK2MSFTNGP03.phx.gbl...
>> There are literally dozens of things that MSI does that VS setups don't
>> support with IDE features, that's just one of them. VS setups have never
>> been a fully-featured substitute for products from Wise, InstallShield,
>> Advanced Installer, Wix.
>> --
>> Phil Wilson [MVP Windows Installer]
>> ----
>> "Rob R. Ainscough" <robains@pacbell.net> wrote in message
>> news:%23fYinmSoGHA.4772@TK2MSFTNGP03.phx.gbl...
>>> Any hints on how to accomplish this? I no MSI supports ForceReboot but
>>> I'll be damn if I can find this option in VS 2005 deployment project?
>>>
>>> Thanks, Rob.
>>>
>>
>>
>
>