Talk:DriveSpace: Difference between revisions

From NSIS Wiki
Jump to navigationJump to search
No edit summary
No edit summary
 
Line 4: Line 4:




Never could get this to work.
Got it to work!
 
Have to:
 
!insert macro DriveSpace
 
to get it to work!
 
Simplest things that sometimes elude me....

Latest revision as of 13:45, 5 November 2008

I updated to the latest version of NSIS and cannot get this to work. It says that DriveSpace is an invalid command when compiling.

Invalid command: ${DriveSpace}


Got it to work!

Have to:

!insert macro DriveSpace

to get it to work!

Simplest things that sometimes elude me....