|
-
Jan 9th, 2008, 01:40 PM
#1
Thread Starter
Hyperactive Member
[2005] Installer Question
When I'm making an installer with the wonderfully crappy installer maker in VS for my VB program, I've noticed one thing suspicously missing. There doesn't seem to be a way to add an option onto the end of the installer to actually launch the program. You know like a checkbox that's checked by default that says "Launch ____ when finished". Anyone know if there's a way to add one of those?
I tried to end process on Visual Studio 2005
but PETA stopped me saying it's smart enough
to be a living creature 
-
Jan 9th, 2008, 03:27 PM
#2
Re: [2005] Installer Question
from your installer project, right click the installer project, and choose view-->custom actions. then right click on commit, and you can specify a file to run.
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
-
Jan 9th, 2008, 05:02 PM
#3
Thread Starter
Hyperactive Member
Re: [2005] Installer Question
wow, they couldn't have hidden that any better if they tried. Well I added the primary output from my program to the commit folder and now at the end of the installer it says "Could not find file 'C:\Program Files\ ...\myprogramname.InstallState'
and that's paraphrased cuz U don't need know the company name Then after that error it completely uninstalls itself. And before I click ok on the error all the folders it refers to exist. The final folder includes the .exe and the icon file and that's it and that's all it's supposed to according to VS. After I click okay it leaves the folder structure there and leave a "TBDFA.tmp" file. It's 60kb and mostly unrenderable, non ASCII data and at the end the names of all the controls on my forms...strange. My .exe happens to be 60KB also so it might have just renamed that. Any idea why that's happening?
I tried to end process on Visual Studio 2005
but PETA stopped me saying it's smart enough
to be a living creature 
-
Jan 9th, 2008, 05:24 PM
#4
Re: [2005] Installer Question
it worked first time for me
- Coding Examples:
- Features:
- Online Games:
- Compiled Games:
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules
|
Click Here to Expand Forum to Full Width
|