-
http://www.eventghost.org/experimental/downloads/EventGhost_0.4.0.r1309_Setup.exe
After unpacking this installer I get many "numbered" files, all with ",1" in filenames (WinUsbWrapper,1.dll etc)
P.S.
If I use option /a then such numbering is needed, but I don't use /a.
2010-01-06 13:12:46 UTC by johndoe
-
Where can I get this installer?.
2010-01-06 13:00:13 UTC by johndoe
-
Yes. You will have to package entire vb compiler to installer if you want to distribute your program in source form only. So nobody do that.
2009-12-23 10:16:46 UTC by ariman_ua
-
i figured it out today.
I made a vb.net 2005 express edition program.
The express edition use the click once complier.
EG: it dosnd create a single exe setup file.
I was trying to use inno setup to make a complier.
I was pblishing the vb project then using them files as the the file s you add when making a inno setup compiler.
It turns out they are not the files to include, the...
2009-12-23 09:41:34 UTC by swampdog2
-
You should try to explain you problem/idea/whatever properly. Personally I have no clue what you want and what is a connection between vb.net and innosetup.
2009-12-23 08:50:51 UTC by ariman_ua
-
mmm, so i must be the first to create a project using vb.
2009-12-22 22:38:08 UTC by swampdog2
-
Maybe 1897a69ef451f0991bb85c6e7c35aa31 ?.
2009-12-18 18:43:49 UTC by quickener
-
Hey, I've found that one of my installer files has an embedded Trojan but yet it still has some files I need. I'd like to be able to use this program to recover those files but I get the error that a password is required. I was able to find out 3 of the four files are encrypted this way, but I have no idea what the password is since the installer doesn't ask for one. I was able to use the...
2009-12-14 00:01:04 UTC by monkey0506
-
Thanks for the additional info, much appropriated.
2009-12-11 09:03:45 UTC by lastsmoke
-
Unpacker does not parse any commands. Explicit list of files is stored inside the installer. Unpacker reads it and dumps to reconstructed script.
And you program really does not use VC redist. Check application Import section yourself.
2009-12-11 08:56:06 UTC by ariman_ua