Jump to content


This is a ready-only archive of the InstallSite Forum. You cannot post any new content here. / Dies ist ein Archiv des InstallSite Forums. Hier können keine neuen Beiträge veröffentlicht werden.
Photo

Environment variables not being created.


1 reply to this topic

BRY

BRY
  • Members
  • 44 posts

Posted 05 July 2002 - 11:54

Hi there,

I have written some merge modules to install some parts of my program.

These merge modules need to create and set some environment variables.
However, when I run the install, these are not created.

In my module, I have associated these variables with a component (AllOtherFiles).

Can anyone see any problem with this?

Help!

Thanks,
Bryan Dickson
[br]Senior Software Engineer
[br]Fugro-UDI Limited

luke_s

luke_s
  • Full Members
  • 532 posts

Posted 08 July 2002 - 01:13

Does the component have a condition set on it? maybe that is not being evaluated to true?
Also, maybe your MM is not moving these into your main project when the MM is getting merged?

To try and debug this, either access the MSI with Orca or similar tool to check that your environmnet vairables are actually included in the Main project and are set correctly, and If that is ok, then try running the project with loggin on.

msiexec /I "msi name.msi" /L*V c:\log_test.txt