this is what i have done so far

i have now got the diaolg showing regardless of if the reg key is found or
not :S

here is my reg key search and this appears to be working

<Property Id="OLD">
      <RegistrySearch Id="OldOpti" Type="raw" Root="HKLM"
Key="Software\Optisoft\Settings" Name="SetupType"  />
    </Property>

Now this is wher i get confused (sorry im still a noob)

Im not quite sure what to do from here, in the InstallExecuteSequence i put
in the following

<ShowDialog ="OldInstall"> but this clearly rong

where do i put the condition? and waht would it look like ?

Thank you 

Craig


Rob Hamflett wrote:
> 
> You use a <Show> element in InstallExecuteSequence to show the dialog, and
> use a condition based on 
> the property set by the RegistrySearch.
> 
> Rob
> 
> Craig0ss wrote:
>> Hi 
>> 
>> as the subject states i need a dialog to be brought to the users
>> attention
>> upon the execution of the msi if a regisrty is sucessful
>> 
>> im surching for previously installed versions of my software, if it is
>> found
>> on the target machine i need the dialog to execute. if its not found then
>> nothin need happen
>> 
>> thank you
> 
> 
> -------------------------------------------------------------------------
> This SF.net email is sponsored by: Microsoft
> Defy all challenges. Microsoft(R) Visual Studio 2005.
> http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
> _______________________________________________
> WiX-users mailing list
> WiX-users@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wix-users
> 
> 

-- 
View this message in context: 
http://www.nabble.com/How-do-i-invoke-a-dialog-from-a-sucessful-or-un-sucessful-registry-search--tf4529088.html#a12938176
Sent from the wix-users mailing list archive at Nabble.com.


-------------------------------------------------------------------------
This SF.net email is sponsored by: Microsoft
Defy all challenges. Microsoft(R) Visual Studio 2005.
http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/
_______________________________________________
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users

Reply via email to