Indigo Rose Software

Professional Software Development Tools

 
+ Reply to Thread
Results 1 to 3 of 3
  1. #1
    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

  2. #2
    Join Date
    May 2000
    Location
    Indigo Rose Software
    Posts
    2,150
    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

  3. #3
    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.

Similar Threads

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

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts