[WiX-users] validating media in multidisk installation

2008-02-15 Thread Balakrishna.BK
Hi, Can someone point me or send me code snippet to check the validity of inserted cd in multi-cd installation. when 1st cd is inserted, autorun will be executed and after installing the contents from 1st cd, how to continue (prompt for) 2nd cd and to check if its correct cd.

[WiX-users] InstallExecuteSequence

2007-07-05 Thread Balakrishna.BK
Hi, I am newbie to msi technology and I have the following question in InstallExecutesequence. I am editing my existing msi file using orca and want to swap sequence numbers of appsearch and launchcondion actual Appsearch = 400 as sequence number and Launchcondition =

Re: [WiX-users] InstallExecuteSequence

2007-07-05 Thread Balakrishna.BK
using orca. unfortunately I dont have any wxs files or the environment to generate msi. Bala. Message: 4 Date: Thu, 5 Jul 2007 04:11:31 -0700 (PDT) From: fiordean dacian Subject: Re: [WiX-users] InstallExecuteSequence To: Balakrishna.BK , wix-users@lists.sourceforge.net Message-ID

Re: [WiX-users] merge module that conditionally installs a Component

2007-02-28 Thread Balakrishna.BK
Hi, I am beginner in WIX, and a couple of days back I had a similar issue. The following are the changes i made after help from this group. Added the following line in InstallUISequence and InstallExecuteSequence LaunchConditions After='AppSearch' / This will ensure that

[WiX-users] msi Log when called from setup.exe

2007-02-26 Thread Balakrishna.BK
Hi All, When I click on msi to install, I get an error message to install the software using setup.exe only. How can I bypass this and install from msi directly. Basically I need to create install log file. msiexec /i file.msi /l*v file.log I am expecting workarounds or

Re: [WiX-users] Launch Condition

2007-02-22 Thread Balakrishna.BK
scheduled your 'LaunchConditions' after 'AppSearch': ... Cheers, Dacian - Original Message From: Balakrishna.BK To: wix-users@lists.sourceforge.net Sent: Wednesday, February 21, 2007 2:24:15 PM Subject: [WiX-users] Launch Condition Hi All, I am a beginner in wix. I have

[WiX-users] Launch Condition

2007-02-21 Thread Balakrishna.BK
Hi All, I am a beginner in wix. I have the following launch condition. It is working fine, if the Registry key 'SuiteInstallDir' is NOT found in the path and the condition is NOT SUITEINSTALLDIR, but when I create RegKey and remove NOT condition, it is failing and prompts message as