iexpress Questions
5
Solved
There are many reasons to want to 'convert' a .bat to .exe - to hide/obfuscate implementation, passwords, path to resources , to create a service from batch file ... and mainly to make your work to...
Frowzy asked 27/1, 2015 at 15:45
2
I have been able to merge my .msi and exe files to a single exe file using the IExpress wizard and been able to install the exe on target machines without any issues.
While i noticed the FileInfor...
Bipropellant asked 4/2, 2015 at 4:58
7
Solved
I'm trying to create a installer with iexpress for a WAV Audio Player in C that I finished today, but, when I'm on the last step, it cames up with the following error message: "Unable to open the R...
1
Solved
I'm trying to write a batch file that creates a new directory in %programfiles%. It needs to be run as admin. I've tried:
runas /user:admin-pc\admin "mkdir C:\Program Files\MyDir"
runas /user:admi...
Sonja asked 19/12, 2017 at 21:36
2
I'm using iexpress to make a self extracting executable. Is there a way I can hard-code an extraction destination folder (preferably into a temp folder somehwere) so as to not have the extraction p...
6
Solved
I'd looked around for information to convert a VBScript (*.vbs) to an executable and realised that most of the tools available are actually wrapping the script in the executable. Tried a few ...
Euphrates asked 13/12, 2010 at 3:52
1
I wish to combine many installers and make an exe using Iexpress. Total size of installers is 750MB. I tried combine and generated using Iexpress but the created exe file size is only 80MB. And whe...
Prudhoe asked 5/5, 2015 at 6:33
2
I need help with Example for Use iexpress command line to create EXE package.
I have a folder With multiple files and folders inside, and I want to create a single EXE file from this folder. Is it ...
Busywork asked 8/3, 2014 at 7:34
3
Solved
The whole story:
I have created a fancy .NET program which has an installer created by the Visual Studio Installer (VSI). The VSI creates 2 files (setup.exe and MyProgramSetup.msi). I understand th...
Cling asked 22/5, 2010 at 1:24
1
Solved
I have used IExpress for self extractor. I want to prevent files deleting from temporary location. Is it possible or not?
if not then any other self extractor can do the same or not?
Panegyric asked 27/11, 2012 at 9:40
2
Solved
I was trying to deploy my project with IExpress. I have the following scenario. I want to extract some files to a location preferably c:\program files\. Then after it copies all the files i want it...
1
© 2022 - 2024 — McMap. All rights reserved.