Dear All,
I have two exes.I want to deploy the Exe2 to the client machine with the help of Exe1.But the main thing, I want the Exe1 should contain the Exe1 within it not any where outside the exe(Phsical Drives). Is it Possible?
Please mark you thread resolved using the Thread Tools as shown
Add it to a Resource file. At runtime you may create the exe file by reading the resource and standard File IO operations.
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Click Add-Ins > Add-In Manager. This will show a list of available addins. Select Resource Editor from this list and check the "Loaded/Unloaded" checkbox and click OK.
Now in the add-Ins menu, you would find a new entry for Resource Editor. Click it and you would open Resource Editor.
Pradeep
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
My system too hides many of the add-ins if not logged in as Administrator. Though I don't know why this happens.
Pradeep
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Yes I have Administrator,But vb is installed from the Others login?
Try reinstalling Visual Studio or login as that user.
Pradeep
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering
Dear All,
I have two exes.I want to deploy the Exe2 to the client machine with the help of Exe1.But the main thing, I want the Exe1 should contain the Exe1 within it not any where outside the exe(Phsical Drives). Is it Possible?
My aim is that deploy a second exe, when the user enter the correct password, Than the the containing exe , to be copied to the "program files\123" Folder.
Please mark you thread resolved using the Thread Tools as shown
I want to deploy the Exe2 with the help of Exe1.The Exe2 should be copied to "C:\Test".
But the user should be hidden from seeing the Exe2.That is Both the exe should be contained in a same folder/File/Cap File?
Please mark you thread resolved using the Thread Tools as shown
My total aim is deploy a Exe2 in the client machine , with the help another Exe1.But I want to give only one exe to the user.If the user click the deploy button in the EXE1,then the Exe2 should be copied to the cleint system.
Please mark you thread resolved using the Thread Tools as shown
Normally you would use the Installation package to do that. I'm sure InnoSetup, InstallShield and other packages could only installed specific files if required. You don't need to write a program yourself to do that.
If providing EXE after providing appropriate password is your only problem, you don't need a program for that, nor a setup.
You can just zip it into a self-extracting exe (or sfx) using any popular zipping tool (winzip, winrar etc.) with a password.
Pradeep
Pradeep, Microsoft MVP (Visual Basic) Please appreciate posts that have helped you by clicking icon on the left of the post.
"A problem well stated is a problem half solved." — Charles F. Kettering