Shoutbox

vb 2008 - exe - Printable Version

-Shoutbox (https://shoutbox.menthix.net)
+-- Forum: MsgHelp Archive (/forumdisplay.php?fid=58)
+--- Forum: Skype & Technology (/forumdisplay.php?fid=9)
+---- Forum: Tech Talk (/forumdisplay.php?fid=17)
+----- Thread: vb 2008 - exe (/showthread.php?tid=85079)

vb 2008 - exe by Quantum on 07-30-2008 at 09:28 AM

When i build an exe in vb 2008 theres stuff like directory information if you crack into the exe. Like C:\windows\users.....

Is there anyway to remove all personal information? 


RE: vb 2008 - exe by John Anderton on 07-30-2008 at 11:27 AM

A) What are you talking about? Please elaborate.
B) exes only have info you added in the debug assembly.
C) Windows has a Users sub folder?! :-/ C:\Windows and C:\Users (on Vista; C:\Documents and Settings being the equivalent on XP) are two separate folders.


RE: vb 2008 - exe by pollolibredegrasa on 07-30-2008 at 11:32 AM

You mean this?

[Image: qxmdxsvd-My_Screenshot_391.png]


RE: vb 2008 - exe by Quantum on 07-30-2008 at 12:00 PM

If that's the kinda thing that's in there, yes.


RE: vb 2008 - exe by John Anderton on 07-30-2008 at 12:05 PM

are you doing that to a compiled project or to a debug file? :P


RE: vb 2008 - exe by Quantum on 07-30-2008 at 12:07 PM

I go to build, build project.

Documents\Visual Studio 2008\Projects\project\project\bin\Release

It's in there.


RE: vb 2008 - exe by andrewdodd13 on 08-02-2008 at 12:12 PM

Building the project outside of your user directory would be the easiest solution I can think of.

There's probably an option in the property pages to this, not sure on it though.