Indigo Rose Software
  #1  
Old 07-05-2007
josec josec is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: Reston, VA
Posts: 19
Bootstrapper

I am not exactly sure how the bootstrapper should work, but it seems like it will create a setup.exe file to go along with the setup.msi. In the boostrapper properties, on the "Settings" tab there are a few choices. The first one seems like it will put the .msi inside the setup.exe file ("Embed in bootstrap executable"), so there will only be one setup.exe file. The 2nd choice is to make both, an .exe and an .msi ("External to (beside) bootstrap executable").

However, with either choice, I never get an .exe file... but I do get a good .msi that works properly (runs the full installation).

In the Build Properties, my output name is "setup", so the "Output filenames" are setup.msi and setup.exe". I select the "Standard" bootstrap option radio button and click "Edit". I have built setups with the two settings I listed in the first paragraph, but I do not get an exe. I do receive validation errors during the ICE validation (error 5002), but most of them do not apply to me or can be ignored (from previous postings). Attached is the build log. Could the Error 5002 be ending the build before the bootstrap exe is built?

Thanks!
Attached Files
File Type: txt setup 2007-07-05 13-27-49.txt (14.6 KB, 6 views)
Reply With Quote
  #2  
Old 07-05-2007
Brett's Avatar
Brett Brett is offline
Indigo Rose Staff Member
 
Join Date: Jan 2000
Posts: 2,001
Yes, I imagine that the two ICE errors:

Quote:
light.exe : error LGHT0204 : ICE99: The directory name: PrimaryVolumePath is the same as one of the MSI Public Properties and can cause unforeseen side effects.
light.exe : error LGHT0204 : ICE99: The directory name: WindowsVolume is the same as one of the MSI Public Properties and can cause unforeseen side effects.
Are causing the bootstrapper not to build. You should try and eliminate those errors (the warnings should not be a problem). I imagine that either the Jet or MDAC modules are causing the problem.

Another solution would be to supress that ICE validation. To do that:

- Select Build > Settings from the menu and then select the Options tab
- In the Additional linker options, enter: -sice:99

You can even supress all validation using -sval in the Additonal linker options.
Reply With Quote
  #3  
Old 07-05-2007
josec josec is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: Reston, VA
Posts: 19
Thanks, Brett. Here's a silly question... when you "suppress" the ICE validation, does that mean the the validation does not take place? or it just suppresses the reporting of the errors? So, to take that a little further, if the installer is not aware of the validation errors, it may go ahead and build the bootstrapper exe? (because validation was suppressed/not done) and would it work properly? I'll give it a try.

Also -
Quote:
Originally Posted by Brett View Post
You should try and eliminate those errors (the warnings should not be a problem). I imagine that either the Jet or MDAC modules are causing the problem.
I would not even know where to begin I'll turn over a few rocks and see what I can find... the Jet and MDAC are from another vendors merge files - so that would be a good place to start. I noticed updated merge files that came with today's update - that merge file update solved my MFC42 issue.

-- Thanks --
Reply With Quote
  #4  
Old 07-06-2007
josec josec is offline
Indigo Rose Customer
 
Join Date: Jul 2002
Location: Reston, VA
Posts: 19
Suppressing all validation (-sval) allows the creation of the bootstrapper exe. However, the -sice:99 does not suppress the ICE99 error, and the -sice:09 doesn't suppress the "non-permanent" error. Any ideas why not?

Also, I have been trying to get a consistent opinion on making the components that are loaded to the System directory permanent (ICE09). I don't like the idea of not cleaning them up during uninstall. I'd prefer to set the counter and leave it at that. Is there any really good reason to make them permanent as opposed to not?

Thanks-
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
Questions about windows installer Dan Ullman MSI Factory 2.0 Discussion 14 06-25-2007 12:58 PM


All times are GMT -6. The time now is 06:06 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