<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title>VBForums - Application Deployment</title>
		<link>http://www.vbforums.com/</link>
		<description>This is the place to discuss issues concerning the deployment of your application.</description>
		<language>en</language>
		<lastBuildDate>Thu, 23 May 2013 19:25:58 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.vbforums.com/images/misc/rss.png</url>
			<title>VBForums - Application Deployment</title>
			<link>http://www.vbforums.com/</link>
		</image>
		<item>
			<title>Reboot required after installing FW4</title>
			<link>http://www.vbforums.com/showthread.php?722623-Reboot-required-after-installing-FW4&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 14:45:21 GMT</pubDate>
			<description><![CDATA[I'm using INNO. I've used it for many years. I'm making a setup which will include FW4 Client Profile. Total size of the package including the FW for 32 and 64bit is <50meg so that's great.

On XP SP3 it installs no problem. (No reboot required)

On Windows 7 Pro it installs but the FW prompts for a reboot.

I accept that a reboot shouldn't be avoided but I'd like to install the FW using the /norestart switch. This would allow my installer to install the FW and then finish what it's doing and then tell the user to ReBoot at the end.

I 'could' just prompt for a reboot anyway but my question is - *is there any way to detect whether a reboot is required* ? After all, it seems that a reboot is not always required ?

Thanks]]></description>
			<content:encoded><![CDATA[<div>I'm using INNO. I've used it for many years. I'm making a setup which will include FW4 Client Profile. Total size of the package including the FW for 32 and 64bit is &lt;50meg so that's great.<br />
<br />
On XP SP3 it installs no problem. (No reboot required)<br />
<br />
On Windows 7 Pro it installs but the FW prompts for a reboot.<br />
<br />
I accept that a reboot shouldn't be avoided but I'd like to install the FW using the /norestart switch. This would allow my installer to install the FW and then finish what it's doing and then tell the user to ReBoot at the end.<br />
<br />
I 'could' just prompt for a reboot anyway but my question is - <b>is there any way to detect whether a reboot is required</b> ? After all, it seems that a reboot is not always required ?<br />
<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>Axcontrols</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?722623-Reboot-required-after-installing-FW4</guid>
		</item>
		<item>
			<title>Click Once setup !</title>
			<link>http://www.vbforums.com/showthread.php?722577-Click-Once-setup-!&amp;goto=newpost</link>
			<pubDate>Thu, 23 May 2013 06:04:42 GMT</pubDate>
			<description>Hello Guys,

I know there is no Click once setup for compact framework but still if there is anything like 
clickonce setup for deplying CAB file and downloading and installing on client.
Once the setup is installed on the client any changes done in the setup is reflected on
client without installing again.</description>
			<content:encoded><![CDATA[<div>Hello Guys,<br />
<br />
I know there is no Click once setup for compact framework but still if there is anything like <br />
clickonce setup for deplying CAB file and downloading and installing on client.<br />
Once the setup is installed on the client any changes done in the setup is reflected on<br />
client without installing again.</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>harsh288</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?722577-Click-Once-setup-!</guid>
		</item>
		<item>
			<title>Create Install Package, not a Click Once install</title>
			<link>http://www.vbforums.com/showthread.php?722443-Create-Install-Package-not-a-Click-Once-install&amp;goto=newpost</link>
			<pubDate>Wed, 22 May 2013 05:02:12 GMT</pubDate>
			<description><![CDATA[Hello,

I'm after some advice on the best way to create an install package. I don't like the the Click Once type install packages. Is there any option in VS to create a different kind of installer?

Cheers]]></description>
			<content:encoded><![CDATA[<div>Hello,<br />
<br />
I'm after some advice on the best way to create an install package. I don't like the the Click Once type install packages. Is there any option in VS to create a different kind of installer?<br />
<br />
Cheers</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>BassTeQ</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?722443-Create-Install-Package-not-a-Click-Once-install</guid>
		</item>
		<item>
			<title>Creating Setup FIle</title>
			<link>http://www.vbforums.com/showthread.php?721725-Creating-Setup-FIle&amp;goto=newpost</link>
			<pubDate>Wed, 15 May 2013 10:34:06 GMT</pubDate>
			<description><![CDATA[I have designed a small software for a client, Now the work is complete but its in the form of an EXE file, how do I integrate a setup wizard for this??
Since I've used Vb.net, my software requires the .NET Framework also to be installed.. Most computers will not have this, is there a way where I can integrate the Setup in such a way that it installs the .NET Framework along with my software???

Please help :)]]></description>
			<content:encoded><![CDATA[<div>I have designed a small software for a client, Now the work is complete but its in the form of an EXE file, how do I integrate a setup wizard for this??<br />
Since I've used Vb.net, my software requires the .NET Framework also to be installed.. Most computers will not have this, is there a way where I can integrate the Setup in such a way that it installs the .NET Framework along with my software???<br />
<br />
Please help :)</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>Suraj S</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?721725-Creating-Setup-FIle</guid>
		</item>
		<item>
			<title>Problem with deployment</title>
			<link>http://www.vbforums.com/showthread.php?721577-Problem-with-deployment&amp;goto=newpost</link>
			<pubDate>Mon, 13 May 2013 14:10:26 GMT</pubDate>
			<description><![CDATA[HI
I have used the [VB6] XP/Vista Manifest Creator. I am deploying with windows 8 and getting permission error when loading active x, vb6 (Sp6). If I continue the active x loads fine but there is an access error prior to loading the form and the active x; is there some modification of the manifest for Windows 8? The MDI opens fine with no errors.

thanks
patienttrac]]></description>
			<content:encoded><![CDATA[<div>HI<br />
I have used the [VB6] XP/Vista Manifest Creator. I am deploying with windows 8 and getting permission error when loading active x, vb6 (Sp6). If I continue the active x loads fine but there is an access error prior to loading the form and the active x; is there some modification of the manifest for Windows 8? The MDI opens fine with no errors.<br />
<br />
thanks<br />
patienttrac</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>patienttrac</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?721577-Problem-with-deployment</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] VB6 Deploy Depenencies issue on Win7 64 bit.]]></title>
			<link>http://www.vbforums.com/showthread.php?721269-RESOLVED-VB6-Deploy-Depenencies-issue-on-Win7-64-bit&amp;goto=newpost</link>
			<pubDate>Sat, 11 May 2013 13:13:48 GMT</pubDate>
			<description><![CDATA[Hi,

I have a Out of Process ACTIVEX EXE that will run under all OSes from XP to Windows 7 32 bit, but not run under windows 7 x64 unless I first start it's hosting application as administrator or install the VB6 IDE on that faulting box.

I am redistributing comdlg32.ocx, comctl32.ocx, mscomct2.ocx from cumulative update roll up for the Visual Basic 6.0 Service Pack 6 Runtime Extended Files with it.

Since installing the VB6 IDE on the faulting Win7 64 bit box to fix it is that a sure fire dependency issue?

Thanks in advance again,

:Ron]]></description>
			<content:encoded><![CDATA[<div>Hi,<br />
<br />
I have a Out of Process ACTIVEX EXE that will run under all OSes from XP to Windows 7 32 bit, but not run under windows 7 x64 unless I first start it's hosting application as administrator or install the VB6 IDE on that faulting box.<br />
<br />
I am redistributing comdlg32.ocx, comctl32.ocx, mscomct2.ocx from cumulative update roll up for the Visual Basic 6.0 Service Pack 6 Runtime Extended Files with it.<br />
<br />
Since installing the VB6 IDE on the faulting Win7 64 bit box to fix it is that a sure fire dependency issue?<br />
<br />
Thanks in advance again,<br />
<br />
:Ron</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>bitman</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?721269-RESOLVED-VB6-Deploy-Depenencies-issue-on-Win7-64-bit</guid>
		</item>
		<item>
			<title><![CDATA[[RESOLVED] Problems with the Deployment Files]]></title>
			<link>http://www.vbforums.com/showthread.php?720021-RESOLVED-Problems-with-the-Deployment-Files&amp;goto=newpost</link>
			<pubDate>Tue, 30 Apr 2013 21:27:57 GMT</pubDate>
			<description><![CDATA[Here we go again.
I have finished my little "Lottery" program and am ready do deploy it to some friends.  Creating the package was not a problem, I don't think, but the setup.exe is not fun to look at.

It starts off Ok, but when asked for a location to be installed it tells me to click the button below.  The button below is labeled "Exit Setup" and that is exactly what it does.  The setup will not let me install my little program at any location.
There is no error message, just the ONE button.  There is not any button telling the setup to go ahead and install.

Anybody have any suggestions?
Thanks]]></description>
			<content:encoded><![CDATA[<div>Here we go again.<br />
I have finished my little &quot;Lottery&quot; program and am ready do deploy it to some friends.  Creating the package was not a problem, I don't think, but the setup.exe is not fun to look at.<br />
<br />
It starts off Ok, but when asked for a location to be installed it tells me to click the button below.  The button below is labeled &quot;Exit Setup&quot; and that is exactly what it does.  The setup will not let me install my little program at any location.<br />
There is no error message, just the ONE button.  There is not any button telling the setup to go ahead and install.<br />
<br />
Anybody have any suggestions?<br />
Thanks</div>

]]></content:encoded>
			<category domain="http://www.vbforums.com/forumdisplay.php?72-Application-Deployment">Application Deployment</category>
			<dc:creator>Fonder</dc:creator>
			<guid isPermaLink="true">http://www.vbforums.com/showthread.php?720021-RESOLVED-Problems-with-the-Deployment-Files</guid>
		</item>
	</channel>
</rss>
