[WiX-users] Launch an msi after installation

2012-05-18 Thread Vivek Soni
Hello,

I created a wix installer in which I want to launch an msi after
installation. I was trying using following code but it's not working.









Can anyone help me to do this.
-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] Launch an exe after installation

2012-05-08 Thread Vivek Soni
There is a topic in the WiX.chm dedicated to this. The title is identical
or nearly identical to the subject of this email.


Thanks Rob for replying me but I am not able to understand what you
replied. Can you please provide some detail related to this.

On Tue, May 8, 2012 at 1:14 PM, Vivek Soni  wrote:

> Hello,
>
> I created an installer which launch an exe if a checkbox in checked. I
> used BinaryKey="WixCA" and  DllEntry="WixShellExec" to launch the exe. Now
> I want to launch another exe after installation. I was trying this using
> "InstallExecuteSequence" but I am confused about which BinaryKey and
> DllEntry I should use now. If you have any idea about this, Please share to
> me.
>
>
> --
> Warm Regards
> Vivek Soni
> vivek.s...@brisetech.com
> +91-7877127178
>
>
>
>


-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Launch an exe after installation

2012-05-08 Thread Vivek Soni
Hello,

I created an installer which launch an exe if a checkbox in checked. I
used BinaryKey="WixCA" and  DllEntry="WixShellExec" to launch the exe. Now
I want to launch another exe after installation. I was trying this using
"InstallExecuteSequence" but I am confused about which BinaryKey and
DllEntry I should use now. If you have any idea about this, Please share to
me.


-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
--
Live Security Virtual Conference
Exclusive live event will cover all the ways today's security and 
threat landscape has changed and how IT managers can respond. Discussions 
will include endpoint security, mobile security and the latest in malware 
threats. http://www.accelacomm.com/jaw/sfrnl04242012/114/50122263/
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Publish Event on Checkbox

2012-04-18 Thread Vivek Soni
I'm new to WIX. I have a custom dialog with Checkbox and I want to launch
an msi file after completion of installation if User click on the checkbox.
Currently if user click on checkbox, the msi file launch immediately but
according to desired behavior it should launch after complete installation.

This is the script of current behavior:-

 


  NOT Installed


Thanks for any help.



-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
--
Better than sec? Nothing is better than sec when it comes to
monitoring Big Data applications. Try Boundary one-second 
resolution app monitoring today. Free.
http://p.sf.net/sfu/Boundary-dev2dev
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


Re: [WiX-users] WiX-users Digest, Vol 71, Issue 20

2012-04-16 Thread Vivek Soni
Hello all,

Now I am able to launch any file (.exe, .msi) through checkbox in custom
dialog.The current behavior is "when user click on checkbox the file is
launched" but I want to launch it after completion of installation. Here is
the code:




  NOT Installed


I tried after changing Execute="commit" but it didn't worked. So, please
tell me what changes are required to do this.
On Mon, Apr 16, 2012 at 10:32 AM, Vivek Soni wrote:

> Yes Rob,  Windows Installer support doing that. Because when I tried to
>> launch an msi on default Dialog (WixUI_Minimal), It worked. But now I am
>> trying to do this on custom dialog, its now working.
>
> wix-users@lists.sourceforge.net
>>
>> To subscribe or unsubscribe via the World Wide Web, visit
>>https://lists.sourceforge.net/lists/listinfo/wix-users
>> or, via email, send a message with subject or body 'help' to
>>wix-users-requ...@lists.sourceforge.net
>>
>> You can reach the person managing the list at
>>wix-users-ow...@lists.sourceforge.net
>>
>> When replying, please edit your Subject line so it is more specific
>> than "Re: Contents of WiX-users digest..."
>>
>>
>> Today's Topics:
>>
>>   1. Launch an msi file on checkbox (Vivek Soni)
>>   2. Re: WiX 3.6 Intellisense (Neil Sleightholm)
>>   3. Re: Start custom action after a Dialog is fully   displayed
>>  (Musa Biralo)
>>   4. Re: Launch an msi file on checkbox (Rob Mensching)
>>   5. Define an attribute with one single blank (" ",   space)
>>  character (Jens Teutenberg)
>>   6. Re: Define an attribute with one single blank (" ", space)
>>  character (Rob Mensching)
>>   7. Distributing a C++ library (Kenneth Porter)
>>   8. Conditional Property, should be simple (Musa Biralo)
>>
>>
>> --
>>
>> Message: 1
>> Date: Sat, 14 Apr 2012 11:36:00 +0530
>> From: Vivek Soni 
>> Subject: [WiX-users] Launch an msi file on checkbox
>> To: wix-users@lists.sourceforge.net
>> Message-ID:
>><
>> cadv1zjm9evew4bawqeta6evddpvaqu6fcsiwi6dtlmeqe6u...@mail.gmail.com>
>> Content-Type: text/plain; charset=ISO-8859-1
>>
>> Hello Everybody,
>>
>> I have created some new Dialogboxes with Checkbox. Now I want to launch an
>> msi file or exe file when User check the checkbox. Please give me an idea
>> to do this.
>>
>> --
>> Warm Regards
>> Vivek Soni
>> vivek.s...@brisetech.com
>> +91-7877127178
>>
>>
>> --
>>
>> Message: 2
>> Date: Sat, 14 Apr 2012 11:34:03 +
>> From: Neil Sleightholm 
>> Subject: Re: [WiX-users] WiX 3.6 Intellisense
>> To: General discussion for Windows Installer XML toolset.
>>
>> Message-ID:
>><87e1817f55913b48b6873182d212642e2e4...@rimmer.x2systems.com>
>> Content-Type: text/plain; charset="us-ascii"
>>
>> I think the issue is that the installed xsd's don't contain the help
>> text, if I replace them with the ones in the binary release the help text
>> appears. I have raised a defect for this.
>>
>> Neil
>>
>> -Original Message-
>> From: Rob Mensching [mailto:r...@robmensching.com]
>> Sent: 13 April 2012 16:15
>> To: General discussion for Windows Installer XML toolset.
>> Subject: Re: [WiX-users] WiX 3.6 Intellisense
>>
>> Hmm, can you open a bug?
>>
>> On Fri, Apr 13, 2012 at 5:32 AM, Neil Sleightholm > >wrote:
>>
>> > Yes that is what I see too.
>> >
>> > Neil
>> >
>> > Neil Sleightholm
>> > n...@x2systems.com<mailto:n...@x2systems.com>
>> >
>> >
>> > On 13 Apr 2012, at 12:23, Bruce Cran wrote:
>> >
>> > I still have IntelliSense but no description/help popups are being
>> > displayed for elements/attributes.
>> >
>> > --
>> > Bruce Cran
>> >
>> > On 13 Apr 2012, at 09:03, Neil Sleightholm > > n...@x2systems.com>> wrote:
>> >
>> > Since installing WiX 3.6 RC0 I have lost intellisense in VS2010 - is
>> > anyone else seeing this?
>> >
>> >
>> > --
>> >  For Developers, A Lot Can Happen In A Second.
>> > Boundary is the first to Know...and Tell You.
>> 

Re: [WiX-users] WiX-users Digest, Vol 71, Issue 20

2012-04-15 Thread Vivek Soni
>
> Yes Rob,  Windows Installer support doing that. Because when I tried to
> launch an msi on default Dialog (WixUI_Minimal), It worked. But now I am
> trying to do this on custom dialog, its now working.

   wix-users@lists.sourceforge.net
>
> To subscribe or unsubscribe via the World Wide Web, visit
>https://lists.sourceforge.net/lists/listinfo/wix-users
> or, via email, send a message with subject or body 'help' to
>wix-users-requ...@lists.sourceforge.net
>
> You can reach the person managing the list at
>wix-users-ow...@lists.sourceforge.net
>
> When replying, please edit your Subject line so it is more specific
> than "Re: Contents of WiX-users digest..."
>
>
> Today's Topics:
>
>   1. Launch an msi file on checkbox (Vivek Soni)
>   2. Re: WiX 3.6 Intellisense (Neil Sleightholm)
>   3. Re: Start custom action after a Dialog is fully   displayed
>  (Musa Biralo)
>   4. Re: Launch an msi file on checkbox (Rob Mensching)
>   5. Define an attribute with one single blank (" ",   space)
>  character (Jens Teutenberg)
>   6. Re: Define an attribute with one single blank (" ", space)
>  character (Rob Mensching)
>   7. Distributing a C++ library (Kenneth Porter)
>   8. Conditional Property, should be simple (Musa Biralo)
>
>
> --
>
> Message: 1
> Date: Sat, 14 Apr 2012 11:36:00 +0530
> From: Vivek Soni 
> Subject: [WiX-users] Launch an msi file on checkbox
> To: wix-users@lists.sourceforge.net
> Message-ID:
> >
> Content-Type: text/plain; charset=ISO-8859-1
>
> Hello Everybody,
>
> I have created some new Dialogboxes with Checkbox. Now I want to launch an
> msi file or exe file when User check the checkbox. Please give me an idea
> to do this.
>
> --
> Warm Regards
> Vivek Soni
> vivek.s...@brisetech.com
> +91-7877127178
>
>
> --
>
> Message: 2
> Date: Sat, 14 Apr 2012 11:34:03 +
> From: Neil Sleightholm 
> Subject: Re: [WiX-users] WiX 3.6 Intellisense
> To: General discussion for Windows Installer XML toolset.
>
> Message-ID:
><87e1817f55913b48b6873182d212642e2e4...@rimmer.x2systems.com>
> Content-Type: text/plain; charset="us-ascii"
>
> I think the issue is that the installed xsd's don't contain the help text,
> if I replace them with the ones in the binary release the help text
> appears. I have raised a defect for this.
>
> Neil
>
> -Original Message-
> From: Rob Mensching [mailto:r...@robmensching.com]
> Sent: 13 April 2012 16:15
> To: General discussion for Windows Installer XML toolset.
> Subject: Re: [WiX-users] WiX 3.6 Intellisense
>
> Hmm, can you open a bug?
>
> On Fri, Apr 13, 2012 at 5:32 AM, Neil Sleightholm  >wrote:
>
> > Yes that is what I see too.
> >
> > Neil
> >
> > Neil Sleightholm
> > n...@x2systems.com<mailto:n...@x2systems.com>
> >
> >
> > On 13 Apr 2012, at 12:23, Bruce Cran wrote:
> >
> > I still have IntelliSense but no description/help popups are being
> > displayed for elements/attributes.
> >
> > --
> > Bruce Cran
> >
> > On 13 Apr 2012, at 09:03, Neil Sleightholm  > n...@x2systems.com>> wrote:
> >
> > Since installing WiX 3.6 RC0 I have lost intellisense in VS2010 - is
> > anyone else seeing this?
> >
> >
> > --
> >  For Developers, A Lot Can Happen In A Second.
> > Boundary is the first to Know...and Tell You.
> > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> > http://p.sf.net/sfu/Boundary-d2dvs2
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
> >
> >
> >
> >
> > --
> >  For Developers, A Lot Can Happen In A Second.
> > Boundary is the first to Know...and Tell You.
> > Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
> > http://p.sf.net/sfu/Boundary-d2dvs2
> > ___
> > WiX-users mailing list
> > WiX-users@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wix-users
> >
>
>
>
> --
> virtually, Rob Mensching - http://RobMensching.com LLC
>
> ---

[WiX-users] Launch an msi file on checkbox

2012-04-13 Thread Vivek Soni
Hello Everybody,

I have created some new Dialogboxes with Checkbox. Now I want to launch an
msi file or exe file when User check the checkbox. Please give me an idea
to do this.

-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users


[WiX-users] Bind .msi file in new Wix Project

2012-04-13 Thread Vivek Soni
Hello Everybody,

I am trying to bind an msi file in new wix project. Here is my code:


http://schemas.microsoft.com/wix/2006/wi";>
  




  

  
  

  


I am using Wix 3.6 and Visual Studio 2010, added WixBalExtension.dll and
WixUtilExtension.dll in the Reference but still it throws an error
"Unresolved reference to symbol
'ChainPackageGroup:Bundle.Generated.Packages' in section 'Bundle:Bundled
Installer " .

When I remove the line ""
from project, there is no error while building the project but application
doesn't run and throws an error.
Can any body please tell me what mistake I am doing or any other code which
can bind .msi file in new Wix project.
-- 
Warm Regards
Vivek Soni
vivek.s...@brisetech.com
+91-7877127178
--
For Developers, A Lot Can Happen In A Second.
Boundary is the first to Know...and Tell You.
Monitor Your Applications in Ultra-Fine Resolution. Try it FREE!
http://p.sf.net/sfu/Boundary-d2dvs2
___
WiX-users mailing list
WiX-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wix-users