msvisual.com Forum Index
 
 FAQFAQ   SearchSearch   MemberlistMemberlist   UsergroupsUsergroups   RegisterRegister   ProfileProfile   Log in to check your private messagesLog in to check your private messages   Log inLog in 

install package in one EXE

 
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Deployment
Author Message
Alex K.



Joined: 04 Oct 2007
Posts: 8

PostPosted: Tue Sep 18, 2007 2:22 pm    Post subject: install package in one EXE Reply with quote

Hi all

I have created installation package for a VB6 application using VS6 Package
and Deployment Wizard. I have customized Setup1 project to include two custom
dialogs that make couple of changes in the registry depending on user's
response.
Everything works fine, but now customer requested to wrap all installation
package into one file like those that can be executed from the Internet. I
tried Visual Studio Installer to create msi file, but it does not support
custom dialogs. I need some other way to wrap all installation files created
by PDW into one executable.

Winzip can create auto-unzipping executable but I need more than that: it
should start setup.exe after unzipping ...

Any ideas?

Thank you
Alex

Archived from group: microsoft>public>vb>deployment
Back to top
View user's profile Send private message
MikeD



Joined: 04 Oct 2007
Posts: 3348

PostPosted: Wed Sep 19, 2007 12:04 am    Post subject: Re: install package in one EXE Reply with quote

"Alex K." wrote in message @microsoft.com...
> Hi all
>
> I have created installation package for a VB6 application using VS6
> Package
> and Deployment Wizard. I have customized Setup1 project to include two
> custom
> dialogs that make couple of changes in the registry depending on user's
> response.
> Everything works fine, but now customer requested to wrap all installation
> package into one file like those that can be executed from the Internet. I
> tried Visual Studio Installer to create msi file, but it does not support
> custom dialogs. I need some other way to wrap all installation files
> created
> by PDW into one executable.
>
> Winzip can create auto-unzipping executable but I need more than that: it
> should start setup.exe after unzipping ...
>
> Any ideas?


I have 3 possibilities (2 of them free) for you.

1. Purchase WinZip Self-Extractor. Unlike the Personal Edition that comes
with WinZip, the purchased edition has the capability to run an EXE after
extraction (and do a lot more besides that).

2. Use the IExpress Wizard that comes with older versions of the Internet
Explorer Administration Kit. I just looked at IEAK7 and it does not have
this wizard, but I know IEAK6 does for sure. You can download IEAK6 from
here:

http://technet.microsoft.com/en-us/ie/bb219540.aspx

3. Use InnoSetup, a free setup creation tool that many of us regular
newsgroup readers use.

See these 2 threads from prior newsgroups posts for more information on 2
and 3 and also a couple more alternatives:

http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_frm/thread/afce9ed3077c7847/0f8ae8d5bf32a82e?lnk=st&q=&rnum=2&hl=en#0f8ae8d5bf32a82e

http://groups.google.com/group/microsoft.public.vb.deployment/browse_frm/thread/561cf2eb2daed1e6/01a7d6135d3a28ac?&hl=en#01a7d6135d3a28ac


--
Mike
Microsoft MVP Visual Basic
Back to top
View user's profile Send private message
Le pape



Joined: 04 Oct 2007
Posts: 8

PostPosted: Sat Sep 22, 2007 10:25 pm    Post subject: Re: install package in one EXE Reply with quote

Hi,

Why don't you use the free and wonderful InnoSetup from Jordan
Russell...Infinite possibilities, super professional and free...

Look at www.jordanrussell.org

Phil

MikeD a écrit :
> "Alex K." wrote in message
> @microsoft.com...
>> Hi all
>>
>> I have created installation package for a VB6 application using VS6
>> Package
>> and Deployment Wizard. I have customized Setup1 project to include two
>> custom
>> dialogs that make couple of changes in the registry depending on user's
>> response.
>> Everything works fine, but now customer requested to wrap all installation
>> package into one file like those that can be executed from the Internet. I
>> tried Visual Studio Installer to create msi file, but it does not support
>> custom dialogs. I need some other way to wrap all installation files
>> created
>> by PDW into one executable.
>>
>> Winzip can create auto-unzipping executable but I need more than that: it
>> should start setup.exe after unzipping ...
>>
>> Any ideas?
>
>
> I have 3 possibilities (2 of them free) for you.
>
> 1. Purchase WinZip Self-Extractor. Unlike the Personal Edition that comes
> with WinZip, the purchased edition has the capability to run an EXE after
> extraction (and do a lot more besides that).
>
> 2. Use the IExpress Wizard that comes with older versions of the Internet
> Explorer Administration Kit. I just looked at IEAK7 and it does not have
> this wizard, but I know IEAK6 does for sure. You can download IEAK6 from
> here:
>
> http://technet.microsoft.com/en-us/ie/bb219540.aspx
>
> 3. Use InnoSetup, a free setup creation tool that many of us regular
> newsgroup readers use.
>
> See these 2 threads from prior newsgroups posts for more information on 2
> and 3 and also a couple more alternatives:
>
> http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_frm/thread/afce9ed3077c7847/0f8ae8d5bf32a82e?lnk=st&q=&rnum=2&hl=en#0f8ae8d5bf32a82e
>
> http://groups.google.com/group/microsoft.public.vb.deployment/browse_frm/thread/561cf2eb2daed1e6/01a7d6135d3a28ac?&hl=en#01a7d6135d3a28ac
>
>
Back to top
View user's profile Send private message
Le pape



Joined: 04 Oct 2007
Posts: 8

PostPosted: Sat Sep 22, 2007 10:26 pm    Post subject: Re: install package in one EXE Reply with quote

OOOpppsss... The right link is http://www.jrsoftware.org/

Sorry for this...

Phil

Le pape a écrit :
> Hi,
>
> Why don't you use the free and wonderful InnoSetup from Jordan
> Russell...Infinite possibilities, super professional and free...
>
> Look at www.jordanrussell.org
>
> Phil
>
> MikeD a écrit :
>> "Alex K." wrote in message
>> @microsoft.com...
>>> Hi all
>>>
>>> I have created installation package for a VB6 application using VS6
>>> Package
>>> and Deployment Wizard. I have customized Setup1 project to include
>>> two custom
>>> dialogs that make couple of changes in the registry depending on user's
>>> response.
>>> Everything works fine, but now customer requested to wrap all
>>> installation
>>> package into one file like those that can be executed from the
>>> Internet. I
>>> tried Visual Studio Installer to create msi file, but it does not
>>> support
>>> custom dialogs. I need some other way to wrap all installation files
>>> created
>>> by PDW into one executable.
>>>
>>> Winzip can create auto-unzipping executable but I need more than
>>> that: it
>>> should start setup.exe after unzipping ...
>>>
>>> Any ideas?
>>
>>
>> I have 3 possibilities (2 of them free) for you.
>>
>> 1. Purchase WinZip Self-Extractor. Unlike the Personal Edition that
>> comes with WinZip, the purchased edition has the capability to run an
>> EXE after extraction (and do a lot more besides that).
>>
>> 2. Use the IExpress Wizard that comes with older versions of the
>> Internet Explorer Administration Kit. I just looked at IEAK7 and it
>> does not have this wizard, but I know IEAK6 does for sure. You can
>> download IEAK6 from here:
>>
>> http://technet.microsoft.com/en-us/ie/bb219540.aspx
>>
>> 3. Use InnoSetup, a free setup creation tool that many of us regular
>> newsgroup readers use.
>>
>> See these 2 threads from prior newsgroups posts for more information
>> on 2 and 3 and also a couple more alternatives:
>>
>> http://groups.google.com/group/microsoft.public.vb.general.discussion/browse_frm/thread/afce9ed3077c7847/0f8ae8d5bf32a82e?lnk=st&q=&rnum=2&hl=en#0f8ae8d5bf32a82e
>>
>>
>> http://groups.google.com/group/microsoft.public.vb.deployment/browse_frm/thread/561cf2eb2daed1e6/01a7d6135d3a28ac?&hl=en#01a7d6135d3a28ac
>>
>>
>>

Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic   Reply to topic    msvisual.com Forum Index -> VB Deployment All times are GMT
Page 1 of 1

 
Jump to:  
You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum


Powered by phpBB © 2001, 2005 phpBB Group