Indigo Rose Software
  #1  
Old 07-12-2007
alexzfirm alexzfirm is offline
Forum Member
 
Join Date: Jul 2007
Posts: 69
Installing small update as reinstall

Here is MSDN article that describes "applying small updates by reinstalling"

http://msdn2.microsoft.com/en-us/library/aa367575.aspx

How do I make Setup Factory project that does that? Do I need to create some kind of a custom bootstrapper? I can see that in your library there is a function g_GetInstalledRunCommandLine() that uses the required command line parameters ("REINSTALL=ALL REINSTALLMODE=vomus"). But I do not understand how can I use it from the Setup Factory main project...

Do you have any sample projects/articles/etc related to "applying small updates by reinstalling"? Help please

moved from this thread
http://www.indigorose.com/forums/showthread.php?t=20602
Reply With Quote
  #2  
Old 07-13-2007
Adam's Avatar
Adam Adam is offline
Indigo Rose Staff Member
 
Join Date: May 2000
Location: Indigo Rose Software
Posts: 2,154
I was just looking in the bootstrapper code and found this:

Code:
strCommandLine = "-i \""..strExtractedPath.."\" REINSTALL=ALL REINSTALLMODE=vomus";
So if you use the default bootstrapper it should do this for you. Have you tried the bootstrapper?

Adam Kapilik
Reply With Quote
  #3  
Old 07-16-2007
alexzfirm alexzfirm is offline
Forum Member
 
Join Date: Jul 2007
Posts: 69
Quote:
Originally Posted by Adam View Post
So if you use the default bootstrapper it should do this for you. Have you tried the bootstrapper?
Wahoo! Default bootstrapper worked for a new project. There was something screwy on my existing project - bootstrapper always fails with "file not found" error, but on the new and fresh project it worked! Thank you.
Reply With Quote
Reply

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off


Similar Threads
Thread Thread Starter Forum Replies Last Post
True Update Client Auto restart problem! Venkat TrueUpdate 2.0 2 01-24-2007 11:00 AM
Adding a TU2 LAN update server Tek TrueUpdate 2.0 7 04-11-2005 01:39 PM
Update arnaud AutoPlay Media Studio 5.0 4 11-25-2003 10:15 AM
Installing an update before doing other stuff DerekZahn Setup Factory 6.0 1 08-07-2003 02:35 PM
Installing update problem Peugeot205 AutoPlay Menu Studio 3.0 1 03-06-2001 01:37 PM


All times are GMT -6. The time now is 10:32 PM.


Powered by vBulletin® Version 3.8.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.
Copyright © 2000 - 2009 Indigo Rose Corporation. All rights reserved.
Indigo Rose Software